Skip to content

Commit 2a42acc

Browse files
committed
Fixing a typo in rake_libs/s3_deploy.rb
1 parent 1c2543e commit 2a42acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rake_libs/s3_deploy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def do_fetch_archived_content()
7676
(File.exist?("static/shared")) )
7777
if (not all_dirs_present and any_dirs_present)
7878
Kernel.abort("ERRPR: The static/ directory is verifiably corrupt.\n"\
79-
" Please:\n"
79+
" Please:\n"\
8080
" * reset the contents of the static/ directory "\
8181
"(`git clean -xdf static; git checkout -f static`)\n"\
8282
" * re-run this script.")

0 commit comments

Comments
 (0)