Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fixing weird typo bug. Fixes issue 307.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch.Garnaat authored and Mitch.Garnaat committed Dec 15, 2009
1 parent c6951c5 commit 6ee36ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/s3put
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def main():
ignore_dirs = a.split(',')
if o in ('-n', '--no_op'):
no_op = True
if o == ('w', '--no_overwrite'):
if o in ('w', '--no_overwrite'):
no_overwrite = True
if o in ('-p', '--prefix'):
prefix = a
Expand Down

0 comments on commit 6ee36ce

Please sign in to comment.