mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
v2v: Fix typo in previous commit (RHBZ#1374232).
Fixes commit 25772a8123.
This commit is contained in:
@@ -59,7 +59,7 @@ let relabel (g : G.guestfs) =
|
||||
g#mv specfile old_specfile;
|
||||
let content = g#read_file old_specfile in
|
||||
let content =
|
||||
String.replace content "vdagentd.\\pid" "vgagentd\\.pid" in
|
||||
String.replace content "vdagentd.\\pid" "vdagentd\\.pid" in
|
||||
g#write specfile content;
|
||||
g#copy_attributes ~all:true old_specfile specfile
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user