We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4b339 commit 0bebd96Copy full SHA for 0bebd96
1 file changed
scripts/soda/exec.sh
@@ -42,7 +42,7 @@ invoke() {
42
local close="$(bold_white ')')"
43
local sep="$(bold_white '/')"
44
local yes="[$(green "y")]es"
45
- local no="[$(red "N")]o"
+ local no="[$(red "n")]o"
46
local always="[$(bold_green "a")]lways"
47
local never="n[$(bold_red "e")]ver"
48
prompt="$prompt ${open}${yes}${sep}${no}${sep}${always}${sep}${never}${close}"
0 commit comments