fix: typo, () instead of {}
This commit is contained in:
parent
95064bdc63
commit
1e41e58ae9
2 changed files with 5 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -23,7 +23,7 @@ BUNDLEIN := .bundles/domu.bundle
|
|||
|
||||
clean-workdir = git init -q -b $* && git diff --quiet && git diff --cached --quiet || (echo 'dirty tree; check git status' && false)
|
||||
|
||||
create-bundle = git show-ref --verify --quiet refs/remotes/${1}/$* \
|
||||
create-bundle = git show-ref --verify --quiet refs/remotes/$(1)/$* \
|
||||
&& git bundle create $(BUNDLEOUT) $(1)/$*..$* \
|
||||
|| git bundle create $(BUNDLEOUT) $*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue