Skip to content

Commit a971501

Browse files
noelmcloughlindalito
authored andcommitted
chore(justfile): just setup should not fail on git-clean
1 parent a7e4c01 commit a971501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ _default: _status
4949
# Initialize a new project (use this for projects not yet under version control)
5050
[group('project management')]
5151
setup: _check-config _git-init install _git-add && _setup_part2
52-
git commit -m "Initialise git with minimal project" -a
52+
git commit -m "Initialise git with minimal project" -a || true
5353

5454
_setup_part2: gen-project gen-doc
5555
@echo

0 commit comments

Comments
 (0)