diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 18:27:19 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 18:27:19 +0100 |
commit | efc49ea72b1cbe3bac9e849d35c2d4dff372e7cc (patch) | |
tree | 740d96983ae5c9bea57a039150c3b87c5c0aa346 /s2i | |
parent | 30f2aca7c729debe179507adb836da568a4cbceb (diff) | |
download | s2i-virtio-spec-efc49ea72b1cbe3bac9e849d35c2d4dff372e7cc.tar.gz |
readme tweak
Diffstat (limited to 's2i')
-rwxr-xr-x | s2i/bin/assemble | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 3c4a95d..21468f0 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -47,9 +47,9 @@ EOF echo "---> add README ..." cat <<EOF >> output/README.html <h1>virtio specification</h1> -<pre> -$(set | grep ^OPENSHIFT) -</pre> +<p> +Built from <a href="$OPENSHIFT_BUILD_SOURCE">$OPENSHIFT_BUILD_SOURCE</a> +</p> EOF echo "---> Fix permissions ..." |