Skip to content

Commit 8171f3f

Browse files
committed
fix shellcheck warning
1 parent b784ec7 commit 8171f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ else
8484
exit_status=1
8585
fi
8686

87-
if $(git tag | grep -Fxq "${git_tag}"); then
87+
if git tag | grep -Fxq "${git_tag}"; then
8888
echo "OK - ${git_tag} is present in git tags"
8989
else
9090
echo "ERROR - ${git_tag} is not present in git tags"

0 commit comments

Comments
 (0)