Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Feb 27, 2024
1 parent 935806e commit e186969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_build_tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ openwrt_extension_config() {
fi

NEW_GOLANG_VERSION="${branch_array[choice-1]}"
sed -i "/^zonename=/s#=.*#=$NEW_GOLANG_VERSION#g" buildconfig.config
sed -i "/^golang_version=/s#=.*#=$NEW_GOLANG_VERSION#g" buildconfig.config
return 6
;;
6)
Expand Down

0 comments on commit e186969

Please sign in to comment.