Skip to content

Commit 44d965f

Browse files
author
esharifu
committed
style: Fix shell linter issues
1 parent 633bc24 commit 44d965f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/push-docs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
enabled(){
5-
if [ "$TRAVIS_BRANCH" != "master" ] || [ $TRAVIS_PULL_REQUEST != "false" ]; then
5+
if [ "$TRAVIS_BRANCH" != "master" ] || [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
66
return 1
77
fi
88
}

0 commit comments

Comments
 (0)