diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-05 22:17:27 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-05 22:17:27 +0200 |
commit | 192ae1279dbbd5c4d403ca77336e401b7aad130b (patch) | |
tree | ee436a3d7f22331de0f77e53e0a68684adda3d6c /s2i | |
parent | bd7730c5689582d1c440a7ece5cdbf7ec4b583c3 (diff) | |
download | s2i-jekyll-192ae1279dbbd5c4d403ca77336e401b7aad130b.tar.gz |
fix assemble
Diffstat (limited to 's2i')
-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 6d7616c..c302cee 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -33,4 +33,4 @@ else jekyll build fi cd _site -cp -a . /var/www/html +cp -a . /opt/app-root/html |