Skip to content

Commit

Permalink
Fix /run.sh: 47: local: 'help': bad variable name (Closes #44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysdragon committed Dec 27, 2024
1 parent e3a1966 commit 1a0be7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ printf "\033c"

# Logger function
log() {
local level=$1
local message=$2
local color=$3
level=$1
message=$2
color=$3

if [ -z "$color" ]; then
color=${NC}
Expand Down

0 comments on commit 1a0be7b

Please sign in to comment.