Skip to content

Commit 2a144e5

Browse files
author
nik-markovic
committed
Add workflow for Arduino IDE (fixes)
1 parent e5319bb commit 2a144e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup-project.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cd $(dirname "$0")
77
# prevent accidental commits on these files
88
# need to undo, if changes to these files are actually needed
99
# it doesn't do anything for github actions, but use it for local development
10-
git update-index --assume-unchanged include/app_config.h || true
11-
git update-index --assume-unchanged include/wifi_config.h || true
10+
git update-index --assume-unchanged include/app_config.h | true
11+
git update-index --assume-unchanged include/wifi_config.h | true
1212

1313
# make packages for Arduino IDE
1414
if [[ "$1" == "arduino-ide" ]]; then

0 commit comments

Comments
 (0)