Skip to content

Commit

Permalink
Update prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlyons committed Apr 19, 2024
1 parent 40c53ee commit 475ae47
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/aarch64-darwin/apply
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ EOF
}

ask_for_star() {
_print "${YELLOW}Would you mind to quickly star my Github repo? yes/no [yes]: ${NC}"
_print "${YELLOW}Would you mind quickly starring my Github repo? yes/no [yes]: ${NC}"
local response
read -r response
response=${response:-yes} # Set default response to 'yes' if input is empty
Expand Down
2 changes: 1 addition & 1 deletion apps/x86_64-darwin/apply
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ EOF
}

ask_for_star() {
_print "${YELLOW}Would you mind to quickly star my Github repo? yes/no [yes]: ${NC}"
_print "${YELLOW}Would you mind quickly starring my Github repo? yes/no [yes]: ${NC}"
local response
read -r response
response=${response:-yes} # Set default response to 'yes' if input is empty
Expand Down
2 changes: 1 addition & 1 deletion apps/x86_64-linux/apply
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _prompt() {
}

ask_for_star() {
_print "${YELLOW}Would you mind to quickly star my Github repo? yes/no [yes]: ${NC}"
_print "${YELLOW}Would you mind quickly starring my Github repo? yes/no [yes]: ${NC}"
local response
read -r response
response=${response:-yes} # Set default response to 'yes' if input is empty
Expand Down
2 changes: 1 addition & 1 deletion templates/starter-with-secrets/apps/aarch64-darwin/apply
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ EOF
}

ask_for_star() {
_print "${YELLOW}Would you mind to quickly star my Github repo? yes/no [yes]: ${NC}"
_print "${YELLOW}Would you mind quickly starring my Github repo? yes/no [yes]: ${NC}"
local response
read -r response
response=${response:-yes} # Set default response to 'yes' if input is empty
Expand Down
2 changes: 1 addition & 1 deletion templates/starter-with-secrets/apps/x86_64-darwin/apply
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ EOF
}

ask_for_star() {
_print "${YELLOW}Would you mind to quickly star my Github repo? yes/no [yes]: ${NC}"
_print "${YELLOW}Would you mind quickly starring my Github repo? yes/no [yes]: ${NC}"
local response
read -r response
response=${response:-yes} # Set default response to 'yes' if input is empty
Expand Down
2 changes: 1 addition & 1 deletion templates/starter-with-secrets/apps/x86_64-linux/apply
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ _prompt() {
}

ask_for_star() {
_print "${YELLOW}Would you mind to quickly star my Github repo? yes/no [yes]: ${NC}"
_print "${YELLOW}Would you mind quickly starring my Github repo? yes/no [yes]: ${NC}"
local response
read -r response
response=${response:-yes} # Set default response to 'yes' if input is empty
Expand Down
2 changes: 1 addition & 1 deletion templates/starter/apps/aarch64-darwin/apply
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _prompt() {
}

ask_for_star() {
_print "${YELLOW}Would you mind to quickly star my Github repo? yes/no [yes]: ${NC}"
_print "${YELLOW}Would you mind quickly starring my Github repo? yes/no [yes]: ${NC}"
local response
read -r response
response=${response:-yes} # Set default response to 'yes' if input is empty
Expand Down
2 changes: 1 addition & 1 deletion templates/starter/apps/x86_64-darwin/apply
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _prompt() {
}

ask_for_star() {
_print "${YELLOW}Would you mind to quickly star my Github repo? yes/no [yes]: ${NC}"
_print "${YELLOW}Would you mind quickly starring my Github repo? yes/no [yes]: ${NC}"
local response
read -r response
response=${response:-yes} # Set default response to 'yes' if input is empty
Expand Down
2 changes: 1 addition & 1 deletion templates/starter/apps/x86_64-linux/apply
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _prompt() {
}

ask_for_star() {
_print "${YELLOW}Would you mind to quickly star my Github repo? yes/no [yes]: ${NC}"
_print "${YELLOW}Would you mind quickly starring my Github repo? yes/no [yes]: ${NC}"
local response
read -r response
response=${response:-yes} # Set default response to 'yes' if input is empty
Expand Down

0 comments on commit 475ae47

Please sign in to comment.