branch: externals/ssh-deploy commit 4c35ab72436025b059ecbdbada37c38367959100 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Fixed syntax bug in MELPA description --- ssh-deploy.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ssh-deploy.el b/ssh-deploy.el index f0259e1..5f050e2 100644 --- a/ssh-deploy.el +++ b/ssh-deploy.el @@ -1,10 +1,10 @@ -;;; `ssh-deploy.el --- Deployment via SSH or FTP, global or per directory. +;;; ssh-deploy.el --- Deployment via SSH or FTP, global or per directory. ;; Author: Christian Johansson <github.com/cjohansson> ;; Maintainer: Christian Johansson <github.com/cjohansson> ;; Created: 5 Jul 2016 -;; Modified: 7 Dec 2016 -;; Version: 1.46 +;; Modified: 15 Dec 2016 +;; Version: 1.47 ;; Keywords: tools, convenience ;; URL: https://github.com/cjohansson/emacs-ssh-deploy