We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3c448 commit 660c843Copy full SHA for 660c843
cmd/doctor.go
@@ -40,7 +40,7 @@ func NewCmdDoctor() *cobra.Command {
40
fmt.Fprintln(cmd.ErrOrStderr(), "🔍 Checking domain...")
41
if k.String("domain") == "" {
42
fmt.Fprintln(cmd.ErrOrStderr(), "❌ Domain not set")
43
- fmt.Fprintf(cmd.ErrOrStderr(), "💡 Set it using the $SMALLWEB_DOMAIN env var or the `domain` field in your smallweb config")
+ fmt.Fprintf(cmd.ErrOrStderr(), "💡 Set it using the `domain` field in your smallweb config")
44
return nil
45
}
46
fmt.Fprintln(cmd.ErrOrStderr(), "✅ Domain is set")
0 commit comments