Skip to content

Commit 40c0561

Browse files
Update noirnet
Remove readonly from declare -A
1 parent 0591f49 commit 40c0561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noirnet

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

7070
# Log levels
7171
# Define log levels directly as an associative array
72-
readonly declare -A LOG_LEVELS_MAP=(
72+
declare -A LOG_LEVELS_MAP=(
7373
["FATAL"]=0
7474
["ERROR"]=1
7575
["WARN"]=2

0 commit comments

Comments
 (0)