We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdea387 commit 0c2e582Copy full SHA for 0c2e582
.github/scripts/prepare-release.sh
@@ -32,7 +32,7 @@ if [ -z "${NEW_VERSION}" ]; then
32
fi
33
34
if [ -z "${TF_DOCS_VERSION}" ]; then
35
- TF_DOCS_VERSION=$(grep "FROM quay.io/terraform-docs/terraform-docs" "${PWD}"/../Dockerfile | tr -s ' ' | uniq | cut -d":" -f2)
+ TF_DOCS_VERSION=$(grep "FROM quay.io/terraform-docs/terraform-docs" "${PWD}"/../../Dockerfile | tr -s ' ' | uniq | cut -d":" -f2)
36
37
38
echo "Usage: pre-release.sh <NEW_VERSION> <TF_DOCS_VERSION>"
0 commit comments