Skip to content

Commit

Permalink
clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
theguy951357 committed Aug 1, 2023
1 parent 861d53f commit 418e3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func Uninstall() ([]error, error) {
allfaults := []error{}
var err error
if runtime.GOOS == "windows" {
slog.Error("Please uninstall windows from the add/remove programs. https://docs.netmaker.io/netclient.html#uninstalling")
slog.Error("Please uninstall windows using the add/remove program. https://docs.netmaker.io/netclient.html#uninstalling")
}
for _, v := range config.Servers {
v := v
Expand Down

0 comments on commit 418e3e5

Please sign in to comment.