Skip to content

Commit

Permalink
Fix pre-commit failure
Browse files Browse the repository at this point in the history
This addresses the following error in pre-commit check.

check that scripts with shebangs are executable..........................Failed
- hook id: check-shebang-scripts-are-executable
- exit code: 1

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.
  • Loading branch information
kajinamit authored and dmendiza committed Aug 17, 2023
1 parent c400e15 commit 1ecd6a4
Showing 1 changed file with 0 additions and 0 deletions.
Empty file modified templates/barbican/bin/init.sh
100644 → 100755
Empty file.

0 comments on commit 1ecd6a4

Please sign in to comment.