Skip to content

Commit

Permalink
add spaces around output
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 22, 2021
1 parent 6f39668 commit 38cc37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/show-user-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ values[$k]=$p

for k in $VARS
do
echo "$k=${values[$k]}"
echo "$k = ${values[$k]}"
done

0 comments on commit 38cc37d

Please sign in to comment.