Skip to content

Commit

Permalink
bump tfctl cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Oct 19, 2023
1 parent 94fa0e7 commit 31a8192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ENV ARGO_VERSION="3.4.11" \
TERRAFORM_PLUGIN_CF_VERSION="0.11.2" \
TERRAFORM_VERSION="0.11.14" \
TESTKUBE_VERSION="1.14.4" \
TFCTL_VERSION="0.15.1" \
TFCTL_VERSION="0.14.5" \
VCLUSTER_VERSION="0.15.7" \
VENDIR_VERSION="0.35.0" \
YAML_PATH_VERSION="0.4" \
Expand Down
3 changes: 1 addition & 2 deletions tools/log-bosh.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#===========================================================================
# Log with bosh cli V2
# Log with bosh cli
# Parameters :
# --target, -t : Bosh director target (micro, master, ops...)
# --deployment, -d : Bosh deployment name
Expand Down Expand Up @@ -139,5 +139,4 @@ if [ ${flagError} = 0 ] ; then
fi
fi
fi

printf "\n"

0 comments on commit 31a8192

Please sign in to comment.