diff options
-rw-r--r-- | net/jao-proton-utils.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/jao-proton-utils.el b/net/jao-proton-utils.el index 2d20f5e..012a2ff 100644 --- a/net/jao-proton-utils.el +++ b/net/jao-proton-utils.el @@ -63,7 +63,7 @@ (defun jao-proton-vpn--do (things) (let ((b (pop-to-buffer (get-buffer-create jao-proton-vpn--buffer)))) (let ((inhibit-read-only t) - (cmd (format "sudo protonvpn %s" things))) + (cmd (format "protonvpn-cli %s" things))) (delete-region (point-min) (point-max)) (message "Running: %s ...." cmd) (shell-command cmd b) |