Skip to content

Commit

Permalink
Merge pull request #376 from shorepine/releasetypo
Browse files Browse the repository at this point in the history
.
  • Loading branch information
bwhitman authored Sep 10, 2024
2 parents 96ce1dc + cb19acf commit 8e7fb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tulip/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ "$TYPE" == "sys" ]; then
fi

# Otherwise, compile all boards. If upload set, upload them
declare -a boards=("TULIP4_R11" "N16R8" "N32R8" "TDECK", "TULIP4_R11_DEBUG")
declare -a boards=("TULIP4_R11" "N16R8" "N32R8" "TDECK" "TULIP4_R11_DEBUG")
for i in "${boards[@]}"
do
rm -rf build
Expand Down

0 comments on commit 8e7fb9d

Please sign in to comment.