From f79775d726190e45b317bc772dd31fcd81389140 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 27 Aug 2025 11:27:13 -0400 Subject: [PATCH] Tiny tweak to test Drone explosion --- cli/app/labels.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/app/labels.go b/cli/app/labels.go index 43017377..e59dcea6 100644 --- a/cli/app/labels.go +++ b/cli/app/labels.go @@ -24,7 +24,7 @@ var AppLabelsCommand = &cobra.Command{ Aliases: []string{i18n.G("lb")}, Short: i18n.G("Show deployment labels"), Long: i18n.G("Both local recipe and live deployment labels are shown."), - Example: i18n.G(" abra app labels 1312.net"), + Example: " " + i18n.G("abra app labels 1312.net"), Args: cobra.ExactArgs(1), ValidArgsFunction: func( cmd *cobra.Command,