Skip to content

Commit

Permalink
Remove use_async in script
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang authored and browniebroke committed Dec 24, 2021
1 parent 3b01a65 commit 917aae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir -p .cache/bare
cd .cache/bare

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

# Install OS deps
Expand Down

0 comments on commit 917aae3

Please sign in to comment.