Skip to content

Commit 10e7e9e

Browse files
LukaswndLukaswnd
Lukaswnd
authored and
Lukaswnd
committed
fix bash syntax
1 parent 672b650 commit 10e7e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/push-to-arduino.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git config --global user.email "$GITHUB_ACTOR@github.com"
2424
# esp32-arduino-libs
2525
#
2626

27-
if [[[ $LIBS_HAS_COMMIT == "0" ]] || [[ $AR_HAS_COMMIT == "0" ]]]; then
27+
if [[ $LIBS_HAS_COMMIT == "0" || $AR_HAS_COMMIT == "0" ]]; then
2828
cd "$AR_ROOT"
2929
# create branch if necessary
3030
if [ "$LIBS_HAS_BRANCH" == "1" ]; then

0 commit comments

Comments
 (0)