aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-sh.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-sh.el b/oni-sh.el
index d1f826a..9161b03 100644
--- a/oni-sh.el
+++ b/oni-sh.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0114.220149
+;; Version: 2020.0407.211305
;; Package-Requires: (reformatter oni-flycheck oni-fci oni-smartparens)
;; This program is free software; you can redistribute it and/or modify
@@ -39,7 +39,7 @@
(reformatter-define shfmt
:program "shfmt"
- :args "-s -i 4 -bn -ci -sr"
+ :args '("-s" "-i" "4" "-bn" "-ci" "-sr")
:lighter ""
:group 'shfmt)