aboutsummaryrefslogtreecommitdiff
path: root/script/dev-env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'script/dev-env.sh')
-rwxr-xr-xscript/dev-env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/dev-env.sh b/script/dev-env.sh
index 7e8ffc50..f5e71004 100755
--- a/script/dev-env.sh
+++ b/script/dev-env.sh
@@ -11,6 +11,7 @@ SECRET_KEY=`cat /tmp/garage.s3 |cut -d' ' -f2`
alias s3grg="s3cmd \
--host 127.0.0.1:3900 \
+ --host-bucket 127.0.0.1:3900 \
--access_key=$ACCESS_KEY \
--secret_key=$SECRET_KEY \
--region=garage \