Skip to content

Commit cd2babf

Browse files
committed
Update push-to-arduino.sh
1 parent 14f98d1 commit cd2babf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/push-to-arduino.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ fi
1616
#
1717

1818
if [ $AR_HAS_COMMIT == "0" ]; then
19-
cd $AR_COMPS/arduino
20-
2119
# make changes to the files
2220
echo "Patching files in branch '$AR_NEW_BRANCH_NAME'..."
2321
ESP32_ARDUINO="$AR_COMPS/arduino" ./tools/copy-to-arduino.sh
22+
23+
cd $AR_COMPS/arduino
2424

2525
# did any of the files change?
2626
if [ -n "$(git status --porcelain)" ]; then

0 commit comments

Comments
 (0)