From 8ed04a16ca80e46da3aecc41a0a55d2fa4f6e6f0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 14 Nov 2018 11:43:19 +0100 Subject: httpdocs/index.php: fix typo --- httpdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpdocs/index.php b/httpdocs/index.php index 2e4df12..e20fcc4 100644 --- a/httpdocs/index.php +++ b/httpdocs/index.php @@ -95,7 +95,7 @@ if (isset($_GET['r'])) { } if ($_GET['t']=='git') $handle = popen( - 'git -C "' . $wok_dir . 'repositories/' . $_GET['t'] . '/' . $_GET['r'] . '"' . + 'git -C "' . $work_dir . 'repositories/' . $_GET['t'] . '/' . $_GET['r'] . '"' . ' archive' . $prefix . ' "' . $commit_identifier . '" | ' . -- cgit v1.2.3