aboutsummaryrefslogtreecommitdiff
path: root/src/util/git-commit-everything.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/git-commit-everything.pl')
-rwxr-xr-xsrc/util/git-commit-everything.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/git-commit-everything.pl b/src/util/git-commit-everything.pl
index d972218..96a06f2 100755
--- a/src/util/git-commit-everything.pl
+++ b/src/util/git-commit-everything.pl
@@ -12,7 +12,7 @@ $#ARGV == 4 or die;
my ($git_cmd, $git_repo, $git_root, $build_id, $config_id) = @ARGV;
# Path where the git-*.pl commands are installed
-my $bindir = $ENV{'SCRATCH_BUILD'} . '/formaline-bin';
+my $bindir = $ENV{'SCRATCH_BUILD'} . '/Formaline/bin';
my $silent = $ENV{'SILENT'};
$silent = 'yes' if ! defined $silent;