fix: use fur production (#177)

Carlos Alexandro Becker created

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

internal/fur/client/client.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

internal/fur/client/client.go 🔗

@@ -10,7 +10,7 @@ import (
 	"github.com/charmbracelet/crush/internal/fur/provider"
 )
 
-const defaultURL = "https://fur.charmcli.dev"
+const defaultURL = "https://fur.charm.sh"
 
 // Client represents a client for the fur service.
 type Client struct {