branch: externals/ssh-deploy
commit b56014765315370f6a21a5a99bd7df48107f17cd
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    Rename run script menu item
---
 ssh-deploy.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ssh-deploy.el b/ssh-deploy.el
index ddf9518..2581750 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -1419,13 +1419,13 @@
 (define-key
   global-map
   [menu-bar sshdeploy sc]
-  '("Run deploy script" . ssh-deploy-run-deploy-script-handler))
+  '("Run script" . ssh-deploy-run-deploy-script-handler))
 (define-key
   global-map
   [menu-bar sshdeploy sep7]
   '("--"))
 
-(Define-key
+(define-key
   global-map
   [menu-bar sshdeploy ulf]
   '("Forced Upload" . ssh-deploy-upload-handler-forced))

Reply via email to