summaryrefslogtreecommitdiff
path: root/hscript/script_e.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-04-01 00:02:47 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-04-01 00:02:47 -0500
commit46c492ffad6f6de35e5e01fa1bff8a49c16fd682 (patch)
tree2cc0492b50c34fd964ed5b482c8a78a623538ac1 /hscript/script_e.cc
parentf52594db361ee4c269bff7d303412c5521324d1d (diff)
downloadhorizon-46c492ffad6f6de35e5e01fa1bff8a49c16fd682.tar.gz
horizon-46c492ffad6f6de35e5e01fa1bff8a49c16fd682.tar.bz2
horizon-46c492ffad6f6de35e5e01fa1bff8a49c16fd682.tar.xz
horizon-46c492ffad6f6de35e5e01fa1bff8a49c16fd682.zip
hscript: Rename Image flag to ImageOnly
Otherwise, this conflicts with the Horizon::Image namespace.
Diffstat (limited to 'hscript/script_e.cc')
-rw-r--r--hscript/script_e.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/script_e.cc b/hscript/script_e.cc
index 9e30b95..f4ca0a1 100644
--- a/hscript/script_e.cc
+++ b/hscript/script_e.cc
@@ -96,7 +96,7 @@ bool Script::execute() const {
/**************** DISK SETUP ****************/
output_step_start("disk");
- if(!opts.test(Image)) {
+ if(!opts.test(ImageOnly)) {
#ifdef HAS_INSTALL_ENV
if(opts.test(InstallEnvironment)) ped_device_probe_all();
#endif /* HAS_INSTALL_ENV */