Skip to content

Commit 9cd5b14

Browse files
committed
v0.5.3
1 parent a73cfe2 commit 9cd5b14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A small ruby script is included to use the container more concisely.
3333

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

docker-s3-sync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require 'optparse'
66

77
options = {
8-
:image => 'kickstarter/docker-s3-sync:0.5.2'
8+
:image => 'kickstarter/docker-s3-sync:0.5.3'
99
}
1010

1111
optparse = OptionParser.new do |opts|

0 commit comments

Comments
 (0)