Skip to content

Commit 31fc7f8

Browse files
committed
fix: provide correct error
1 parent 00ea9f1 commit 31fc7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func appResource() *schema.Resource {
8686
Description: "A command to run in a terminal opening this app. In the web, " +
8787
"this will open in a new tab. In the CLI, this will SSH and execute the command. " +
8888
"Either `command` or `url` may be specified, but not both." +
89-
"If `command` is specified, `subdomain` must either be false or not specified.",
89+
"If `command` is specified, `subdomain` must be unset.",
9090
ConflictsWith: []string{"url", "subdomain"},
9191
Optional: true,
9292
ForceNew: true,

0 commit comments

Comments
 (0)