Skip to content

Commit ab46fce

Browse files
committed
Fix another mention of whitelist_externals in tox.ini
1 parent 609a425 commit ab46fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ commands =
5252
[testenv:runserver]
5353
# Don't use this for production. Just a handy target
5454
# for local testing.
55-
whitelist_externals = sh
55+
allowlist_externals = sh
5656
commands =
5757
sh -c "if [[ ! -e ./server_sandbox/ ]]; then lnt create ./server_sandbox/; fi"
5858

0 commit comments

Comments
 (0)