Skip to content

Commit f32d922

Browse files
committed
formatting
1 parent 77b4b1a commit f32d922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/filter-exec.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ if [[ "${REPO_NAME}" != "OpenSmalltalk/opensmalltalk-vm" ]]; then
1414
fi
1515

1616
if [[ "${BRANCH_NAME}" != "Cog" ]] && [[ -z "${TAG_NAME}" ]]; then
17-
echo "Skipping a deployment with the script provider because this branch is not permitted"
18-
exit
17+
echo "Skipping a deployment with the script provider because this branch is not permitted"
18+
exit
1919
fi
2020

2121
`dirname $0`/$1

0 commit comments

Comments
 (0)