Fix typo in log message

This commit is contained in:
Paul Oliver
2021-08-26 16:00:12 +12:00
committed by GitHub
parent f17f485b9f
commit 931e6ddf9e

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