diff --git a/ansible-cmdb b/ansible-cmdb index d1f9063..9219006 100755 --- a/ansible-cmdb +++ b/ansible-cmdb @@ -1,7 +1,7 @@ #!/bin/sh # To work around https://github.com/fboender/ansible-cmdb/issues/190 we have to # install a fork. -autoclone ~/src/ansible-cmdb https://github.com/mgedmin/ansible-cmdb --branch=use-entry-points || exit 1 +autoclone ~/src/ansible-cmdb https://github.com/mgedmin/ansible-cmdb --branch=mg || exit 1 if ! [ -d ~/.local/pipx/venvs/ansible/ ]; then pipx install ansible --include-deps || exit 1 fi