Skip to content

Commit

Permalink
Replace "/bin/bash" with "/usr/bin/env bash"
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarmstrong authored Apr 12, 2018
1 parent 2e2f9ff commit 3001c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitfiti.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def commit(commitdate):

def fake_it(image, start_date, username, repo, git_url, offset=0, multiplier=1):
template = (
'#!/bin/bash\n'
'#!/usr/bin/env bash\n'
'REPO={0}\n'
'git init $REPO\n'
'cd $REPO\n'
Expand Down

0 comments on commit 3001c5c

Please sign in to comment.