From 244b898fd2a770f27e88b8f2265c6f49e4b54885 Mon Sep 17 00:00:00 2001 From: Garret Heaton Date: Sat, 13 Apr 2024 20:23:45 -0400 Subject: [PATCH] Remove errant tab character in cron:set help text Noticed it was showing up first and with odd indentation in the output of `dokku help --all`. Now it will be indented like the others. --- plugins/cron/src/commands/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cron/src/commands/commands.go b/plugins/cron/src/commands/commands.go index 36b6b89a5..36761c778 100644 --- a/plugins/cron/src/commands/commands.go +++ b/plugins/cron/src/commands/commands.go @@ -21,7 +21,7 @@ Additional commands:` cron:list [--format json|stdout], List scheduled cron tasks for an app cron:report [] [], Display report about an app cron:run [--detach], Run a cron task on the fly - cron:set [--global|] , Set or clear a cron property for an app` + cron:set [--global|] , Set or clear a cron property for an app` ) func main() {