Skip to content

Commit

Permalink
fix: typo (deve -> devel)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Jul 6, 2024
1 parent 004cfea commit 0574a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_nim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ while ((0 < $#)); do
esac
done

# build nim compiler for deve branch
# build nim compiler for devel branch
if [[ "$nim_version" = "devel" ]]; then
if [[ "$os" = Windows ]]; then
err "'devel' version and windows runner are not supported yet"
Expand Down

0 comments on commit 0574a54

Please sign in to comment.