Skip to content

Commit 66035f4

Browse files
committed
fix copy script
1 parent 75f8200 commit 66035f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/copy-scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ if [[ ! -f "Dockerfile" ]]; then
1111
fi
1212

1313
project="${PWD##*/}"
14-
if [[ "$project" == "fastify3" || "$project" == "fastify4" || "$project" == "koa" || "$project" == "express4" || "$project" == "express5" || "$project" == "hapi20" || "$project" == "hapi21" ]]; then
14+
if [[ "$project" == "fastify3" || "$project" == "fastify4" || "$project" == "koa2" || "$project" == "koa3" || "$project" == "express4" || "$project" == "express5" || "$project" == "hapi20" || "$project" == "hapi21" ]]; then
1515
cp ../scripts/Dockerfile-screener .
1616
fi

0 commit comments

Comments
 (0)