diff options
| -rw-r--r-- | .travis/targets/github-lambda.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/targets/github-lambda.sh b/.travis/targets/github-lambda.sh index a77c631..b07fcb6 100644 --- a/.travis/targets/github-lambda.sh +++ b/.travis/targets/github-lambda.sh @@ -24,7 +24,7 @@ build() {      strip build/root/blogc      pushd build/root/ > /dev/null -    zip -rq "../blogc-github-lambda-${PV}.zip" * +    zip "../blogc-github-lambda-${PV}.zip" *      popd > /dev/null  }  | 
