From 23a23d3c1b85b0ae5334e4571aad2648e6fdb0b5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 7 Apr 2020 21:30:52 -0700 Subject: Fix arguments for shfmt --- oni-sh.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oni-sh.el') 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 ;; 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) -- cgit v1.2.3-54-g00ecf