Correct typo in cli

Corrected "expirty" typo in ente admin update-subscription --no-limit False success workflow.
This commit is contained in:
deancommasteven
2025-03-30 14:20:20 -04:00
committed by GitHub
parent 404e8c3214
commit eefd740a4d

View File

@@ -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"),