diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 18:35:32 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 18:35:32 +0100 |
commit | 1957cb41626da0f561dc1237393a61ff3ecc49fe (patch) | |
tree | 474b6c783f8c9ec3ecd726e65d8e41a6a3da9662 | |
parent | efc49ea72b1cbe3bac9e849d35c2d4dff372e7cc (diff) | |
download | s2i-virtio-spec-1957cb41626da0f561dc1237393a61ff3ecc49fe.tar.gz |
readme -> header
-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 21468f0..a73b7c4 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -45,7 +45,7 @@ body { EOF echo "---> add README ..." -cat <<EOF >> output/README.html +cat <<EOF >> output/HEADER.html <h1>virtio specification</h1> <p> Built from <a href="$OPENSHIFT_BUILD_SOURCE">$OPENSHIFT_BUILD_SOURCE</a> |