Skip to content

Commit e8de444

Browse files
Update address
1 parent 0ba05e4 commit e8de444

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

install/main.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ type Config struct {
4343
type SupportedContainer string
4444

4545
const (
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("\nTake these to the Pangolin dashboard https://pangolin.fossorial.io to adopt your node.\n")
99+
fmt.Print("\nTake 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

Comments
 (0)