Merge pull request #55 from puzza007/patch-1

Fix typo in log message
This commit is contained in:
2021-08-30 10:11:58 +01:00
committed by GitHub

View File

@@ -551,7 +551,7 @@ class Build
system('tar', '-cjf', archive_filename, build)
if options[:archive_keep] == false
info "Removeing \"#{build}\" directory from #{parent_dir}"
info "Removing \"#{build}\" directory from #{parent_dir}"
FileUtils.rm_rf(build_dir)
end
end