Skip to content

Commit

Permalink
fix: bash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Sep 11, 2023
1 parent 14184d2 commit 61e4637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-executable-build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo version=$version

package_name=ontrack-cli

platforms=("windows/amd64" "darwin/amd64" "linux/amd64", "linux/386")
platforms=("windows/amd64" "darwin/amd64" "linux/amd64" "linux/386")

for platform in "${platforms[@]}"
do
Expand Down

0 comments on commit 61e4637

Please sign in to comment.