@@ -43,8 +43,8 @@ type Config struct {
4343type SupportedContainer string
4444
4545const (
46- Docker SupportedContainer = "docker"
47- Podman SupportedContainer = "podman"
46+ Docker SupportedContainer = "docker"
47+ Podman SupportedContainer = "podman"
4848 Undefined SupportedContainer = "undefined"
4949)
5050
@@ -96,7 +96,7 @@ func main() {
9696 fmt .Printf ("Your managed credentials have been obtained successfully.\n " )
9797 fmt .Printf (" ID: %s\n " , config .HybridId )
9898 fmt .Printf (" Secret: %s\n " , config .HybridSecret )
99- fmt .Println ("\n Take these to the Pangolin dashboard https://pangolin.fossorial.io to adopt your node.\n " )
99+ fmt .Print ("\n Take these to the Pangolin dashboard https://app. pangolin.net to adopt your node.\n \n " )
100100 readBool (reader , "Have you adopted your node?" , true )
101101 }
102102
@@ -183,8 +183,8 @@ func main() {
183183
184184 // parsedURL, err := url.Parse(appConfig.DashboardURL)
185185 // if err != nil {
186- // fmt.Printf("Error parsing URL: %v\n", err)
187- // return
186+ // fmt.Printf("Error parsing URL: %v\n", err)
187+ // return
188188 // }
189189
190190 // config.DashboardDomain = parsedURL.Hostname()
@@ -468,4 +468,4 @@ func checkPortsAvailable(port int) error {
468468 )
469469 }
470470 return nil
471- }
471+ }
0 commit comments