about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index e1f5650..6584e01 100755
--- a/justfile
+++ b/justfile
@@ -16,7 +16,7 @@ check-links:
 	hyperlink website/public --sources content
 
 update-all:
-	npin update
+	npins update
 	go get -u all
 
 build: