openstack-k8s-operators / barbican-operator

Apache License 2.0
5 stars 24 forks source link

Fix pre-commit failure #25

Closed kajinamit closed 1 year ago

kajinamit commented 1 year ago

This addresses the following error in pre-commit check.

check that scripts with shebangs are executable..........................Failed

templates/barbican/bin/init.sh: has a shebang but is not marked executable! If it is supposed to be executable, try: chmod +x templates/barbican/bin/init.sh If on Windows, you may also need to: git add --chmod=+x templates/barbican/bin/init.sh If it not supposed to be executable, double-check its shebang is wanted.