From 74e2fe47e74c270ba19448419a592654812b0724 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 22 Nov 2019 14:19:44 +0100 Subject: add babel-english --- s2i/bin/assemble | 1 - 1 file changed, 1 deletion(-) (limited to 's2i') diff --git a/s2i/bin/assemble b/s2i/bin/assemble index a9d3fd9..c8e04f6 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -7,7 +7,6 @@ # https://github.com/openshift/source-to-image/blob/master/docs/builder_image.md # -# If the 'kraxel/s2i-jekyll' assemble script is executed with the '-h' flag, print the usage. if [[ "$1" == "-h" ]]; then exec /usr/libexec/s2i/usage fi -- cgit