Skip to content

Commit f509160

Browse files
committed
this should fix the pushd /tmp && go install github.com/campoy/embedmd@latest && popd
/tmp ~/repos/jsonnet-bundler ~/repos/jsonnet-bundler >> generating docs /Users/vtomas/go/bin/embedmd -w `find ./ -path ./vendor -prune -o -name "*.md" -print`
1 parent 83c03ef commit f509160

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.claude/settings.local.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(make check-license:*)",
5+
"Bash(make:*)",
6+
"Bash(git add:*)"
7+
],
8+
"deny": []
9+
}
10+
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Flags:
182182
-h, --help Show context-sensitive help (also try --help-long and
183183
--help-man).
184184
--version Show application version.
185-
--jsonnetpkg-home="vendor"
185+
--jsonnetpkg-home="vendor"
186186
The directory used to cache packages in.
187187
-q, --quiet Suppress any output from git command.
188188
--no-global-cache Disable the global cache at ~/.cache/jb.
@@ -204,7 +204,7 @@ Commands:
204204
Automatically rewrite legacy imports to absolute ones
205205
206206
cache status
207-
Show status of the global cache
207+
Show status of local and global caches
208208
209209
cache flush
210210
Completely empty the cache

0 commit comments

Comments
 (0)