Skip to content

Commit 0d863d5

Browse files
authored
Merge pull request #7 from hadeli/main
Bump dctlenv
2 parents dc4f6f2 + 12d6f05 commit 0d863d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ log_error() {
77

88
install_driftctl() {
99
echo "Installing dctlenv"
10-
git clone --depth 1 --branch v0.1.6 https://github.com/wbeuil/dctlenv ~/.dctlenv
10+
git clone --depth 1 --branch v0.1.7 https://github.com/wbeuil/dctlenv ~/.dctlenv
1111
export PATH="$HOME/.dctlenv/bin:$PATH"
1212

1313
echo "Downloading driftctl:$version"

0 commit comments

Comments
 (0)