Skip to content

Commit

Permalink
hard code to /usr/bin/perl
Browse files Browse the repository at this point in the history
Looks like genome-perl gets setup in the TGI bash profile so we should
hard code this hook to /usr/bin/perl.
  • Loading branch information
Nathan Nutter committed Dec 31, 2013
1 parent 7c081f5 commit c68e130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre-receive
@@ -1,4 +1,4 @@
#!/usr/bin/env genome-perl
#!/usr/bin/perl

use strict;
use warnings FATAL => qw(all);
Expand Down

0 comments on commit c68e130

Please sign in to comment.