Skip to content

Commit 88aa721

Browse files
Update variable name
1 parent 2311fb7 commit 88aa721

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [[ -z "$SVN_PASSWORD" ]]; then
2020
exit 1
2121
fi
2222

23-
if $DRY_RUN; then
23+
if $INPUT_DRY_RUN; then
2424
echo "ℹ︎ Dry run: no files will be committed to subversion."
2525
fi
2626

@@ -156,7 +156,7 @@ svn update
156156

157157
svn status
158158

159-
if $DRY_RUN; then
159+
if $INPUT_DRY_RUN; then
160160
echo "➤ Dry run: Files not committed."
161161
else
162162
echo "➤ Committing files..."

0 commit comments

Comments
 (0)