diff --git a/internal/config/load.go b/internal/config/load.go index b6a967ca0f48ad01492052cb5d7db92f3fd8aa47..6dd98eee27755827fc6589f506a4bcc7b5c40a14 100644 --- a/internal/config/load.go +++ b/internal/config/load.go @@ -26,7 +26,7 @@ import ( "github.com/qjebbs/go-jsons" ) -const defaultCatwalkURL = "https://catwalk.charm.sh" +const defaultCatwalkURL = "https://catwalk.charm.land" // Load loads the configuration from the default paths and returns a // ConfigStore that owns both the pure-data Config and all runtime state.