Skip to content

Commit

Permalink
remove unneeded space
Browse files Browse the repository at this point in the history
  • Loading branch information
assem-ch committed Jan 17, 2014
1 parent 71d713c commit 7e34fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/alwaysdata_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
os.path.join(DEFAULT_DIR, PUBLIC_DIR, '.htaccess' ): os.path.join(PUBLIC_DIR, '.htaccess'),
os.path.join(DEFAULT_DIR, PUBLIC_DIR, 'robots.txt' ): os.path.join(PUBLIC_DIR, 'robots.txt'),
os.path.join(DEFAULT_DIR, 'settings_prod.py'): os.path.join(DJANGO_DIR, 'settings_prod.py'),
}
}

# messages
USAGE = 'Usage: %s <DIR>'
Expand Down

0 comments on commit 7e34fc8

Please sign in to comment.