Fix error message when building boxes
This commit is contained in:
parent
ed4a8ae729
commit
06f2063d53
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class BuildGenericBoxTaskV2 < ::Rake::TaskLib
|
|||
if script.readable?
|
||||
sh "sudo #{script} #{args.join(' ')}"
|
||||
else
|
||||
STDERR.puts "cannot execute #{install_path} (not found?)"
|
||||
STDERR.puts "cannot execute #{script_name} (not found?)"
|
||||
exit 1
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue