We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5319bb commit 2a144e5Copy full SHA for 2a144e5
scripts/setup-project.sh
@@ -7,8 +7,8 @@ cd $(dirname "$0")
7
# prevent accidental commits on these files
8
# need to undo, if changes to these files are actually needed
9
# 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
+git update-index --assume-unchanged include/app_config.h | true
+git update-index --assume-unchanged include/wifi_config.h | true
12
13
# make packages for Arduino IDE
14
if [[ "$1" == "arduino-ide" ]]; then
0 commit comments