Clarify prompt

This commit is contained in:
2024-04-17 18:32:31 -04:00
parent b58093a243
commit 214bd46da4

View File

@@ -571,10 +571,10 @@ fromSource() {
[0-9][0-9].[0-9][0-9].*) [0-9][0-9].[0-9][0-9].*)
local branch="openwrt-${RELEASE%.*}" local branch="openwrt-${RELEASE%.*}"
local tag="v$RELEASE" local tag="v$RELEASE"
if askOk "Use $tag tag (y) instead of $branch branch HEAD (n, recommended)?"; then if askOk "Use $branch branch HEAD (y, recommended) or $tag tag (N)?"; then
wt_commit="$tag"
else
wt_commit="origin/$branch" wt_commit="origin/$branch"
else
wt_commit="$tag"
fi fi
;; ;;
*) *)