Skip to content
Snippets Groups Projects
Commit a69552a5 authored by Misty De Meo's avatar Misty De Meo
Browse files

unpack: s/allready/already/

parent 0147ac70
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ changes.
stage_dir = unpack_dir + [f.name, f.version].join('-')
if stage_dir.exist?
raise "Destination #{stage_dir} allready exists!" unless ARGV.force?
raise "Destination #{stage_dir} already exists!" unless ARGV.force?
rm_rf stage_dir
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment