Skip to content

Commit 6799ee8

Browse files
author
Kristan Kenney
committed
Fix logging value in v-change-cron-job
1 parent dc3704e commit 6799ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-change-cron-job

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $BIN/v-restart-cron
8282
check_result $? "Cron restart failed" >/dev/null
8383

8484
# Logging
85-
$BIN/v-log-action "$user" "Info" "Cron Jobs" "Cron job updated (Job: $job, Command: $cmd)."
85+
$BIN/v-log-action "$user" "Info" "Cron Jobs" "Cron job updated (Job: $job, Command: $command)."
8686
log_event "$OK" "$ARGUMENTS"
8787

8888
exit

0 commit comments

Comments
 (0)