diff --git a/gitfiti.py b/gitfiti.py index f30d19303..5519ab27d 100755 --- a/gitfiti.py +++ b/gitfiti.py @@ -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'