Skip to content

Commit b52064b

Browse files
committed
added missing directory argument.
1 parent 442822d commit b52064b

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
@@ -23,7 +23,7 @@ deps =
2323
passenv = ANSIBLE_ASK_SUDO_PASS HOME LANG LC_ALL TRAVIS USER
2424

2525
commands =
26-
yamllint -c .yamllint.yml
26+
yamllint -c .yamllint.yml .
2727
ansible-lint= . || true
2828
bash setup.sh
2929
bash travis.sh {posargs}

0 commit comments

Comments
 (0)