From eefd740a4d7532e5bf7a70785b67e3ce57d08321 Mon Sep 17 00:00:00 2001 From: deancommasteven <25689810+deancommasteven@users.noreply.github.com> Date: Sun, 30 Mar 2025 14:20:20 -0400 Subject: [PATCH] Correct typo in cli Corrected "expirty" typo in ente admin update-subscription --no-limit False success workflow. --- cli/pkg/admin_actions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/pkg/admin_actions.go b/cli/pkg/admin_actions.go index 1335ffceb1..123970ee7f 100644 --- a/cli/pkg/admin_actions.go +++ b/cli/pkg/admin_actions.go @@ -135,7 +135,7 @@ func (c *ClICtrl) UpdateFreeStorage(ctx context.Context, params model.AdminActio return err } - fmt.Printf("Updating storage for user %s to %s (old %s) with new expirty %s (old %s) \n", + fmt.Printf("Updating storage for user %s to %s (old %s) with new expiry %s (old %s) \n", params.UserEmail, utils.ByteCountDecimalGIB(storageSize), utils.ByteCountDecimalGIB(userDetails.Subscription.Storage), date.Format("2006-01-02"),