From 61eb3e0f1019f710249897fedc991d55052905bd Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Wed, 25 Aug 2021 11:02:27 +0430 Subject: [PATCH] :facepalm: fix stylua glob typo (#62) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 535e8ab..84ee29f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: fmt fmt: - ./utils/stylua --config-path stylua.toml ---glob lua/**/*.lua -- lua + ./utils/stylua --config-path stylua.toml --glob lua/**/*.lua -- lua .PHONY: lint lint: