Skip to content

Commit

Permalink
v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ktheory committed Aug 19, 2015
1 parent a73cfe2 commit 9cd5b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A small ruby script is included to use the container more concisely.

Install it:
```
curl -O /usr/local/bin/docker-s3-sync https://raw.githubusercontent.com/kickstarter/docker-s3-sync/v0.5.0/docker-s3-sync
curl -O /usr/local/bin/docker-s3-sync https://raw.githubusercontent.com/kickstarter/docker-s3-sync/v0.5.3/docker-s3-sync
chmod +x /usr/local/bin/docker-s3-sync
```

Expand Down
2 changes: 1 addition & 1 deletion docker-s3-sync
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'optparse'

options = {
:image => 'kickstarter/docker-s3-sync:0.5.2'
:image => 'kickstarter/docker-s3-sync:0.5.3'
}

optparse = OptionParser.new do |opts|
Expand Down

0 comments on commit 9cd5b14

Please sign in to comment.