Skip to content

Commit 5f1a906

Browse files
committed
chore: fix release.sh path
Signed-off-by: Prateek Chandra <[email protected]>
1 parent 058a11b commit 5f1a906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,6 @@ HELM_DEP_UPDATE=${HELM_DEP_UPDATE:-"false"}
696696
binaries_check "${COMMON_BINS[@]}"
697697
helm_check
698698

699-
cd "$SCRIPT_DIR/.."
699+
cd "$PARENT_ROOT"
700700

701701
trap cleanup_tars EXIT

0 commit comments

Comments
 (0)