Skip to content

Commit 8eafaea

Browse files
author
Kai Hudalla
committed
Enclose files in quotation marks.
Signed-off-by: Kai Hudalla <[email protected]>
1 parent 13de3a2 commit 8eafaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/Hono-Website-Pipeline.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def build() {
7676
sh '''
7777
#!/bin/sh
7878
echo "scrubbing web site target directory..."
79-
rm -rf $WORKSPACE/hono-web-site/!(copyrighted-logos)
79+
rm -rf "$WORKSPACE/hono-web-site/!(copyrighted-logos)"
8080
cd $WORKSPACE/hono/site
8181
echo "building web site using Hugo `/shared/common/hugo/latest/hugo version`"
8282
/shared/common/hugo/latest/hugo -v -d $WORKSPACE/hono-web-site

0 commit comments

Comments
 (0)