Skip to content

Commit

Permalink
Merge pull request #40 from cogitantium/setup-formatting
Browse files Browse the repository at this point in the history
Revise setup-msg on work-profile to omit newline and conform to whitespace-standard
  • Loading branch information
falkecarlsen authored Oct 5, 2019
2 parents 812be1b + 32c9a89 commit 8b1bdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ setup() {
read -r -s password

default_work_profile='work'
printf "Please input the name of the work profile[%s]:\n" "$default_work_profile"
printf "Please input the name of the work profile to use [%s]:" "$default_work_profile"
read -r work_profile
work_profile=${work_profile:-$default_work_profile}

Expand Down

0 comments on commit 8b1bdcd

Please sign in to comment.