Skip to content

Commit d34cc37

Browse files
committed
fix: application url in upload command
1 parent 8415d4e commit d34cc37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/command/app/upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func runUploadCommand(squareCli cli.SquareCLI, options *UploadOptions) error {
9494

9595
fmt.Fprintf(squareCli.Out(), "\n%s %s\n", ui.CheckMark, squareCli.I18n().T("commands.app.upload.success"))
9696
fmt.Fprintf(squareCli.Out(), " %s\n", squareCli.I18n().T("commands.app.upload.access", map[string]any{
97-
"Link": ui.TextLink.Render(fmt.Sprintf("https://squarecloud.app/dashboard/app/%s", uploaded.ID)),
97+
"Link": ui.TextLink.Render(fmt.Sprintf("https://squarecloud.app/dashboard/applications/%s", uploaded.ID)),
9898
}))
9999

100100
return nil

0 commit comments

Comments
 (0)