Skip to content

Commit

Permalink
fix: just oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Sep 9, 2024
1 parent e093896 commit 3b72a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/demo-env/client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ __norm_atsign() {
ATSIGN="$1"
FIRST="${ATSIGN:0:1}"

if [ "$FIRST" = "@" ]; then
if ! [ "$FIRST" = "@" ]; then
ATSIGN="@$ATSIGN"
fi

Expand Down

0 comments on commit 3b72a57

Please sign in to comment.