Skip to content

Commit cdeee1d

Browse files
Update noirwatch
Remove readonly from declare -A
1 parent 78a74ae commit cdeee1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noirwatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ DESKTOP_NOTIFICATION=false
6666

6767
# Log levels
6868
# Define log levels directly as an associative array
69-
readonly declare -A LOG_LEVELS_MAP=(
69+
declare -A LOG_LEVELS_MAP=(
7070
["FATAL"]=0
7171
["ERROR"]=1
7272
["WARN"]=2

0 commit comments

Comments
 (0)