mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-10 04:18:26 +00:00
Merge pull request #9815 from msanft/fix/genpolicy/flag-name
genpolicy: fix settings path flag name
This commit is contained in:
commit
68415dabcd
@ -75,7 +75,7 @@ impl Settings {
|
|||||||
debug!("settings = {:?}", &settings);
|
debug!("settings = {:?}", &settings);
|
||||||
settings
|
settings
|
||||||
} else {
|
} else {
|
||||||
panic!("Cannot open file {}. Please copy it to the current directory or specify the path to it using the -p parameter.",
|
panic!("Cannot open file {}. Please copy it to the current directory or specify the path to it using the -j parameter.",
|
||||||
json_settings_path);
|
json_settings_path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user