Skip to content

Commit 156e5f9

Browse files
feat: add spacing for improved readability in configmap.yaml logging functions
1 parent 476d24c commit 156e5f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/helm-paperless-s3-backup/templates/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ data:
1313
local message="$2"
1414
echo "[${level}] ${message}"
1515
}
16+
1617
info() { log "INFO" "$1"; }
1718
warn() { log "WARN" "$1"; }
1819
error() { log "ERROR" "$1"; }

0 commit comments

Comments
 (0)