Skip to content

Commit 8875a49

Browse files
Update scripts/deploy.sh
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 50b1fdc commit 8875a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ prompt_required() {
1717
read -r -p "$prompt_msg: " value
1818
if [[ -n "$value" ]]; then
1919
printf -v "$var_name" '%s' "$value"
20-
export "$var_name"
20+
export "${var_name?}"
2121
return
2222
fi
2323
echo "Value cannot be empty."

0 commit comments

Comments
 (0)