Skip to content

Commit 917aae3

Browse files
Andrew-Chen-Wangbrowniebroke
authored andcommitted
Remove use_async in script
1 parent 3b01a65 commit 917aae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_bare.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mkdir -p .cache/bare
1111
cd .cache/bare
1212

1313
# create the project using the default settings in cookiecutter.json
14-
cookiecutter ../../ --no-input --overwrite-if-exists use_docker=n use_async=y $@
14+
cookiecutter ../../ --no-input --overwrite-if-exists use_docker=n $@
1515
cd my_awesome_project
1616

1717
# Install OS deps

0 commit comments

Comments
 (0)