From 8c5109e9043e6b339cb64a954a1d2ea48ec7fab1 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 4 Apr 2024 18:28:40 -0400 Subject: [PATCH] Commit WIP glamour style --- commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit.sh b/commit.sh index 729c383..c17d05a 100755 --- a/commit.sh +++ b/commit.sh @@ -1,6 +1,6 @@ #!/bin/sh gofmt -l -w -s ./src/cli/*.go gofmt -l -w -s ./src/offline/*.go -git add -f extra src .gitignore commit.sh go.mod go.sum LICENSE main.go README.md +git add -f extra glamour-styles src .gitignore commit.sh go.mod go.sum LICENSE main.go README.md git commit -m "$1" git push