Skip to content

Commit c57e50e

Browse files
authored
Merge pull request #38 from sipian/patch-1
fix spelling of platform in case
2 parents 1e95cb8 + d034c1b commit c57e50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.10/base/rootfs/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ while [[ $# -gt 0 ]]; do
4040
repoName="$2"
4141
shift 2
4242
;;
43-
-p|--plateforms)
43+
-p|--platforms)
4444
IFS=' ' read -r -a goarchs <<< "$2"
4545
shift 2
4646
;;

0 commit comments

Comments
 (0)