Skip to content

Commit

Permalink
Fix shebang to the standard /usr/bin/env. fix #55.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroluz committed Oct 29, 2013
1 parent 744b321 commit 6472338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/recipe/codeanalysis/templates/pre-commit.tmpl
@@ -1,2 +1,2 @@
#!/bin/bash
#!/usr/bin/env bash
bin/code-analysis

0 comments on commit 6472338

Please sign in to comment.