Skip to content

Commit 22e9203

Browse files
committed
fixup script
1 parent 4504635 commit 22e9203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/ci_system_check.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
got_problem = true unless arduino_cmd.install_library("USBHost")
3131
got_problem = true unless arduino_cmd.library_is_indexed
3232

33-
got_problem = true unless arduino_cmd.set_pref(compiler.warning_level, "all")
33+
got_problem = true unless arduino_cmd.set_pref("compiler.warning_level", "all")
3434

3535
abort if got_problem
3636
exit(0)

0 commit comments

Comments
 (0)