Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmena1 committed Mar 15, 2024
1 parent bab7ce2 commit 94d0a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.chezmoitemplates/common
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COL_CYAN=$ESC_SEQ"36;01m"

function ok() {
local message=${1:-" "}
echo -e "$COL_GREEN[ok]$COL_RESET "message
echo -e "$COL_GREEN[ok]$COL_RESET "$message
}

function bot() {
Expand Down

0 comments on commit 94d0a94

Please sign in to comment.