From cdddf6cbdcbf53cfd85c5868e454217973e2158b Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Sat, 4 Jan 2020 22:29:29 +0100 Subject: [PATCH] Use all directories in gource --- dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.sh b/dev.sh index 582cd9bb6..5d9331eba 100755 --- a/dev.sh +++ b/dev.sh @@ -46,7 +46,7 @@ case "$1" in done ;; "gource") - for d in aleksis/core apps/official/*/aleksis/apps/*; do + 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-logo.png - ;; -- GitLab