Skip to content

Commit 5a1423e

Browse files
authored
Merge pull request adafruit#38 from adafruit/dhalbert-no-verbose
oops, remove --verbose
2 parents 5f1cdbb + 91b9563 commit 5a1423e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ function build_platform()
307307
# we have to avoid reading the exit code of local:
308308
# "when declaring a local variable in a function, the local acts as a command in its own right"
309309
local build_stdout
310-
build_stdout=$(arduino --verbose --verify $example 2>&1)
310+
build_stdout=$(arduino --verify $example 2>&1)
311311

312312
# echo output if the build failed
313313
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)