diff options
Diffstat (limited to 'parabolaweb-update')
-rwxr-xr-x | parabolaweb-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parabolaweb-update b/parabolaweb-update index 6b27e72..498f11a 100755 --- a/parabolaweb-update +++ b/parabolaweb-update @@ -76,7 +76,7 @@ main() { if [[ -d "$WEBDIR" ]]; then clean fi - parabolaweb-download + libregit "$GITURL" "$GITREF" "$WEBDIR" configure update-database update-filesystem |