From fb4cf78d8cc8a34c24daa1c11852f66d67a5ec22 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 19 Dec 2018 21:19:11 -0800 Subject: [PATCH] asset generation --- source/source.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/source.go b/source/source.go index de36e930..eea8f664 100644 --- a/source/source.go +++ b/source/source.go @@ -72,7 +72,7 @@ func CompileSASS(folder string) error { if err != nil { utils.Log(3, fmt.Sprintf("Failed to compile assets with SASS %v", err)) - utils.Log(3, fmt.Sprintf("bash -c %v %v %v", sassBin, scssFile, baseFile)) + utils.Log(3, fmt.Sprintf("sh -c %v", command)) return err }