Skip to content

Commit 0c2e582

Browse files
committed
fix: missing path in prepare-release script
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent bdea387 commit 0c2e582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/prepare-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if [ -z "${NEW_VERSION}" ]; then
3232
fi
3333

3434
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)
35+
TF_DOCS_VERSION=$(grep "FROM quay.io/terraform-docs/terraform-docs" "${PWD}"/../../Dockerfile | tr -s ' ' | uniq | cut -d":" -f2)
3636
fi
3737
if [ -z "${TF_DOCS_VERSION}" ]; then
3838
echo "Usage: pre-release.sh <NEW_VERSION> <TF_DOCS_VERSION>"

0 commit comments

Comments
 (0)