summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 06:05:21 -0500
committerJeff Carr <[email protected]>2025-09-26 06:07:33 -0500
commite41cf6f043e3475c74b3376d80d2294d9a6e72df (patch)
tree14f9c4afda3d74e443f9dc4eab5cdd7cbc4e2426 /Makefile
parent95663ece2bdfaad9edcd64045005f1cde6c15e2a (diff)
fix git pull / git fetchv0.0.51v0.0.50
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cbc480b..705d0a6 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%s)
all: build
- ./forged repos
+ ./forged repos list
build: goimports
GO111MODULE=off go build \