Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 4806579

Browse files
committed
Try to bump bash-commons version
1 parent ca71f30 commit 4806579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/couchbase-ami/couchbase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"type": "shell",
101101
"inline": [
102102
"sudo mkdir -p /opt/gruntwork",
103-
"git clone --branch v0.0.2 https://github.com/gruntwork-io/bash-commons.git /tmp/bash-commons",
103+
"git clone --branch v0.0.4 https://github.com/gruntwork-io/bash-commons.git /tmp/bash-commons",
104104
"sudo cp -r /tmp/bash-commons/modules/bash-commons/src /opt/gruntwork/bash-commons"
105105
]
106106
},{

0 commit comments

Comments
 (0)