Skip to content

Commit 907e5c0

Browse files
authored
Fix typo
1 parent 64f9621 commit 907e5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ script:
4343
RELEASE_VERSION=$(curl --silent "https://api.github.com/repos/$1/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")')
4444
if [ "$PACKAGE_VERSION" = "$RELEASE_VERSION" ]
4545
then
46-
echo "Version PACKAGE_VERSION already released
46+
echo "Version PACKAGE_VERSION already released"
4747
else
4848
node-pre-gyp-github publish
4949
fi

0 commit comments

Comments
 (0)