summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Whitt2017-05-19 11:12:24 -0400
committerAlex Whitt2017-05-19 11:12:24 -0400
commit4cfd5d7b3a4395c16672acc7a49ffed628c67f05 (patch)
treee42af6b7bb077c2d07328a3c825c936c516dda13
parent1fc6889fe4307cd91f5c7fba9aa794b0085da983 (diff)
downloadaur-4cfd5d7b3a4395c16672acc7a49ffed628c67f05.tar.gz
Formatting in install script
-rw-r--r--emacs-ansible.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs-ansible.install b/emacs-ansible.install
index ab1949a8e7f5..40e6d9ebe5fa 100644
--- a/emacs-ansible.install
+++ b/emacs-ansible.install
@@ -20,8 +20,8 @@ cat << EOF
(use-package ansible
:config
(add-hook 'yaml-mode-hook '(lambda () (ansible 1)))
- (setq ansible::vault-password-file "path/to/pwd/file") ; If not in the default location
-(add-hook 'ansible-hook 'ansible::auto-decrypt-encrypt)) ; For auto de/encryption
+ (setq ansible::vault-password-file "path/to/pwd/file") ; If not in the default location
+ (add-hook 'ansible-hook 'ansible::auto-decrypt-encrypt)) ; For auto de/encryption
EOF
}