From d8e14655a49acb8d4c50b210f72392e68d5e348f Mon Sep 17 00:00:00 2001 From: Abhinav Date: Wed, 11 Mar 2026 18:49:38 +1300 Subject: [PATCH] Typo correction in apps.go help text. The URL for the github repository service incorrectly points to the gitlab URL. This small change fixes the typo. --- commands/apps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/apps.go b/commands/apps.go index 662365a86..dba9eaa39 100644 --- a/commands/apps.go +++ b/commands/apps.go @@ -59,7 +59,7 @@ func Apps() *Command { RunAppsCreate, "create", "Create an app", - `Create an app with the given app spec. To create an app, App Platform must have access to your repository service. Click one of the following links to provide access for your preferred service: [GitHub](https://cloud.digitalocean.com/apps/gitlab/install), [GitLab](https://cloud.digitalocean.com/apps/gitlab/install), [BitBucket](https://cloud.digitalocean.com/apps/bitbucket/install)`, + `Create an app with the given app spec. To create an app, App Platform must have access to your repository service. Click one of the following links to provide access for your preferred service: [GitHub](https://cloud.digitalocean.com/apps/github/install), [GitLab](https://cloud.digitalocean.com/apps/gitlab/install), [BitBucket](https://cloud.digitalocean.com/apps/bitbucket/install)`, Writer, aliasOpt("c"), displayerType(&displayers.Apps{}),