aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manager/install.go
diff options
context:
space:
mode:
Diffstat (limited to 'manager/install.go')
-rw-r--r--manager/install.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager/install.go b/manager/install.go
index 2eddbbbe..00ed1f40 100644
--- a/manager/install.go
+++ b/manager/install.go
@@ -43,7 +43,7 @@ func InstallManager() error {
return nil
}
- //TODO: Do we want to bail if executable isn't being run from the right location?
+ // TODO: Do we want to bail if executable isn't being run from the right location?
serviceName := "WireGuardManager"
service, err := m.OpenService(serviceName)