Skip to content

Commit a33a286

Browse files
committed
shfmt on deploy script
1 parent 650825f commit a33a286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitoring/bin/deploy_monitoring_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ log_debug "Installing Helm chart from artifact [$chart2install]"
374374
log_verbose "Creating Grafana alert rules ConfigMap"
375375
CUSTOM_ALERT_CONFIG_DIR="$USER_DIR/monitoring/alerting/"
376376

377-
if [ -d "$CUSTOM_ALERT_CONFIG_DIR" ] && [ "$(ls -A "$CUSTOM_ALERT_CONFIG_DIR" 2>/dev/null)" ]; then
377+
if [ -d "$CUSTOM_ALERT_CONFIG_DIR" ] && [ "$(ls -A "$CUSTOM_ALERT_CONFIG_DIR" 2> /dev/null)" ]; then
378378
log_debug "Creating configmap for alert rules/notifiers/contact points defined in '$CUSTOM_ALERT_CONFIG_DIR'"
379379
CM_ARGS=(--from-file="$CUSTOM_ALERT_CONFIG_DIR")
380380

0 commit comments

Comments
 (0)