Skip to content

Commit 36f547b

Browse files
committed
typo
1 parent 8ce2a6a commit 36f547b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/install-platformio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function build_pio_sketch(){ # build_pio_sketch <board> <options> <path-to-ino>
2121
local sketch_dir=$(dirname "$sketch")
2222
echo ""
2323
echo "Compiling '"$(basename "$sketch")"' ..."
24-
python -m platformio ci --board "$board" "$sketch_dir" --project-option="$options" --project-options="framework=arduino"
24+
python -m platformio ci --board "$board" "$sketch_dir" --project-option="$options" --project-option="framework=arduino"
2525
}
2626

2727
function count_sketches(){ # count_sketches <examples-path>

0 commit comments

Comments
 (0)