File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ check_dependencies() {
282
282
# check for a globally configured git user
283
283
git_user=$( git config --global --get user.name)
284
284
git_email=$( git config --global --get user.email)
285
- echo " global git user: ' $git_user / $git_email '. "
285
+ echo " global git user: $git_user < $git_email > "
286
286
287
287
if [ -z " $git_user " ] || [ -z " $git_email " ]; then
288
288
>&2 echo " Error: global git user name/email is not set."
@@ -291,7 +291,7 @@ check_dependencies() {
291
291
echo " Is this correct? (y/n)"
292
292
read -r response
293
293
if [[ " $response " == " y" || " $response " == " Y" ]]; then
294
- echo " Proceeding with ' $git_user / $git_email '. "
294
+ echo " Proceeding with $git_user < $git_email > "
295
295
else
296
296
>&2 echo " User not accepted. Exiting."
297
297
exit 1
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ check_dependencies() {
91
91
# check for a globally configured git user
92
92
git_user=$( git config --global --get user.name)
93
93
git_email=$( git config --global --get user.email)
94
- echo " global git user: ' $git_user / $git_email '. "
94
+ echo " global git user: $git_user < $git_email > "
95
95
96
96
if [ -z " $git_user " ] || [ -z " $git_email " ]; then
97
97
>&2 echo " Error: global git user name/email is not set."
@@ -100,7 +100,7 @@ check_dependencies() {
100
100
echo " Is this correct? (y/n)"
101
101
read -r response
102
102
if [[ " $response " == " y" || " $response " == " Y" ]]; then
103
- echo " Proceeding with ' $git_user / $git_email '. "
103
+ echo " Proceeding with $git_user < $git_email > "
104
104
else
105
105
>&2 echo " User not accepted. Exiting."
106
106
exit 1
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ check_dependencies() {
160
160
# check for a globally configured git user
161
161
git_user=$( git config --global --get user.name)
162
162
git_email=$( git config --global --get user.email)
163
- echo " global git user: ' $git_user / $git_email '. "
163
+ echo " global git user: $git_user < $git_email > "
164
164
165
165
if [ -z " $git_user " ] || [ -z " $git_email " ]; then
166
166
>&2 echo " Error: global git user name/email is not set."
@@ -169,7 +169,7 @@ check_dependencies() {
169
169
echo " Is this correct? (y/n)"
170
170
read -r response
171
171
if [[ " $response " == " y" || " $response " == " Y" ]]; then
172
- echo " Proceeding with ' $git_user / $git_email '. "
172
+ echo " Proceeding with $git_user < $git_email > "
173
173
else
174
174
>&2 echo " User not accepted. Exiting."
175
175
exit 1
You can’t perform that action at this time.
0 commit comments