diff options
Diffstat (limited to 'notifier_windows.go')
| -rw-r--r-- | notifier_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notifier_windows.go b/notifier_windows.go index 3f6ce09..60a88f0 100644 --- a/notifier_windows.go +++ b/notifier_windows.go @@ -32,7 +32,7 @@ func (n windowsNotifier) DeliverNotification(notification Notification) error { // For testing // toastPath := filepath.Join(os.Getenv("GOPATH"), "src/github.com/keybase/go-osnotify/toaster/toast.exe") - cmd := exec.Command(notification.toastPath, args...) + cmd := exec.Command(notification.ToastPath, args...) if cmd == nil { return fmt.Errorf("No command") } |
