Skip to content

Commit 14ab4d3

Browse files
committed
chore: updated error message
1 parent b1eb6f6 commit 14ab4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/utils/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ func ShowNoComposeError() {
1010
color.Yellow(" cd ~/example.com")
1111
color.Yellow(" fly start")
1212
color.Yellow("\nOr specify the domain name:")
13-
color.Yellow(" fly example.com start")
13+
color.Yellow(" fly start --domain example.com")
1414
}

0 commit comments

Comments
 (0)