Skip to content

Commit

Permalink
Make fetch.pl compatible with older versions of Git
Browse files Browse the repository at this point in the history
Our production machines run 1.8, which doesn't support -C.
  • Loading branch information
iay committed Jan 31, 2017
1 parent 2231c4e commit 8026c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charting/fetch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Months;

# Call git on the products directory
my $git = "/usr/bin/env git -C ../../ukf-products";
my $git = "/usr/bin/env git --git-dir ../../ukf-products/.git";

$fn1 = 'aggregates/ukfederation-metadata.xml';
$fn2 = 'aggregates/ukfederation-stats.html';
Expand Down

0 comments on commit 8026c2f

Please sign in to comment.