Skip to content

Commit

Permalink
fixed alert
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Oct 7, 2024
1 parent 80d147e commit d4e586c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/profile.d/codespace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ if [ `id -u` -ne 0 ]; then
: # TODO: invoke command that hides help50 button
}
function _helpful() {
_alert "🦆 Click `help50` for help" # Temporary, to introduce new feature
$ _alert "$(_ansi "🦆 Click \`help50\` for help")" # Temporary, to introduce new feature
: # TODO: invoke command that sends $1 to ddb50 as though from duck itself
}
function _helpless() {
_alert "🦆 Click `help50` for help" # Temporary, to introduce new feature
$ _alert "$(_ansi "🦆 Click \`help50\` for help")" # Temporary, to introduce new feature
: # TODO: invoke command that sends $1 to ddb50 as though from student
}
fi

0 comments on commit d4e586c

Please sign in to comment.