From 40bc69eeff1531bfc91ffd1600eb3f951821468d Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Tue, 5 May 2020 00:28:02 +0200 Subject: [PATCH] [Dev] Pass options to gource in dev.sh --- dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.sh b/dev.sh index ffe8aee43..33c36f474 100755 --- a/dev.sh +++ b/dev.sh @@ -53,7 +53,7 @@ case "$1" in "gource") for d in . apps/official/*; do gource --output-custom-log - "$d" - done | sort -n | gource --log-format custom --background-image aleksis/core/static/img/aleksis-icon.png - + done | sort -n | gource --log-format custom --background-image aleksis/core/static/img/aleksis-icon.png "$@" - exit ;; -- GitLab