Skip to content

Commit 4484f04

Browse files
Update noircon
Remove readonly from declare -A
1 parent bbc2e23 commit 4484f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noircon

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

6060
# Log levels
6161
# Define log levels directly as an associative array
62-
readonly declare -A LOG_LEVELS_MAP=(
62+
declare -A LOG_LEVELS_MAP=(
6363
["FATAL"]=0
6464
["ERROR"]=1
6565
["WARN"]=2

0 commit comments

Comments
 (0)