Skip to content

Commit 660c843

Browse files
committed
fix outdated help string
1 parent 7a3c448 commit 660c843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/doctor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func NewCmdDoctor() *cobra.Command {
4040
fmt.Fprintln(cmd.ErrOrStderr(), "🔍 Checking domain...")
4141
if k.String("domain") == "" {
4242
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")
43+
fmt.Fprintf(cmd.ErrOrStderr(), "💡 Set it using the `domain` field in your smallweb config")
4444
return nil
4545
}
4646
fmt.Fprintln(cmd.ErrOrStderr(), "✅ Domain is set")

0 commit comments

Comments
 (0)