We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc4f6f2 + 12d6f05 commit 0d863d5Copy full SHA for 0d863d5
entrypoint.sh
@@ -7,7 +7,7 @@ log_error() {
7
8
install_driftctl() {
9
echo "Installing dctlenv"
10
- git clone --depth 1 --branch v0.1.6 https://github.com/wbeuil/dctlenv ~/.dctlenv
+ git clone --depth 1 --branch v0.1.7 https://github.com/wbeuil/dctlenv ~/.dctlenv
11
export PATH="$HOME/.dctlenv/bin:$PATH"
12
13
echo "Downloading driftctl:$version"
0 commit comments