Skip to content

Commit 393e287

Browse files
authored
Remove . from flyctl launch long desc (#2823)
1 parent f6e105b commit 393e287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/launch/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919

2020
func New() (cmd *cobra.Command) {
2121
const (
22-
long = `Create and configure a new app from source code or a Docker image.`
22+
long = `Create and configure a new app from source code or a Docker image`
2323
short = long
2424
)
2525

0 commit comments

Comments
 (0)