Skip to content

Commit 6d7b17b

Browse files
committed
fixup! add missing quote
1 parent f7cd691 commit 6d7b17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/steps/publish-npm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ main() {
103103
local hasVersion
104104
hasVersion=$(npm view "code-server@$NPM_VERSION" version)
105105
if [[ $hasVersion == "$NPM_VERSION" ]]; then
106-
echo "$NPM_VERSION is already published
106+
echo "$NPM_VERSION is already published"
107107
return
108108
fi
109109

0 commit comments

Comments
 (0)