diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-29 08:53:51 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-29 08:53:51 +0100 |
commit | bfcd496b387a797f6b7779036332ff22ded3ce75 (patch) | |
tree | b5d76d1c66a2fed7c432f1ada7f55325f994a178 | |
parent | 608ab94fab9a4e626ea807ee58ab75bb651f1450 (diff) | |
download | s2i-virtio-spec-bfcd496b387a797f6b7779036332ff22ded3ce75.tar.gz |
tweak correct sheet
-rwxr-xr-x | s2i/bin/assemble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index a7f4c55..9533c8a 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -37,7 +37,7 @@ stylesheet=$(cd output; ls *.css) echo "---> CSS fixup ..." cp /usr/libexec/s2i/darkmode.css output -/usr/libexec/s2i/better-css.sh output/*.css +/usr/libexec/s2i/better-css.sh output/$stylesheet echo "---> add HEADER ..." cat <<EOF > output/HEADER.html |