Skip to content

Commit d4e586c

Browse files
committed
fixed alert
1 parent 80d147e commit d4e586c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/profile.d/codespace.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ if [ `id -u` -ne 0 ]; then
9191
: # TODO: invoke command that hides help50 button
9292
}
9393
function _helpful() {
94-
_alert "🦆 Click `help50` for help" # Temporary, to introduce new feature
94+
$ _alert "$(_ansi "🦆 Click \`help50\` for help")" # Temporary, to introduce new feature
9595
: # TODO: invoke command that sends $1 to ddb50 as though from duck itself
9696
}
9797
function _helpless() {
98-
_alert "🦆 Click `help50` for help" # Temporary, to introduce new feature
98+
$ _alert "$(_ansi "🦆 Click \`help50\` for help")" # Temporary, to introduce new feature
9999
: # TODO: invoke command that sends $1 to ddb50 as though from student
100100
}
101101
fi

0 commit comments

Comments
 (0)