From 20ea847283350d152b77bf995e1241b6376c2bdd Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Wed, 20 Jul 2022 07:36:50 -0700 Subject: [PATCH] :recycle: Added y/n to github pat prompt --- scripts/bgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bgit b/scripts/bgit index a91bc03a..56adcf7d 100755 --- a/scripts/bgit +++ b/scripts/bgit @@ -137,7 +137,7 @@ if [ $numrepos -eq 0 ] ; then # bgit uses github api if github.com is defined as host site if [[ -n $host && $host="github.com" ]] ; then - read -e -r -p "${txtwhite}Host site is github.com, would you like bgit to create the repository?: " crepo + read -e -r -p "${txtwhite}Host site is github.com, would you like bgit to create the repository?(y/n): " crepo # if $HOME/.gh_pat doesn't exist, then exits if [[ ! -f $HOME/.gh_pat ]]; then