summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-06 23:37:53 -0700
committermo khan <mo.khan@gmail.com>2020-03-06 23:37:53 -0700
commitb8d97745d61879fb907046d7b089d27900ffd9c9 (patch)
tree2050fec9a72ba990c02396827541bec5a9838482
parentfd9ee7124844e65e03d8a04ef484438a97c7d332 (diff)
Fix linter error
-rwxr-xr-xbin/docker-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/docker-test b/bin/docker-test
index cfaf049..3243fbc 100755
--- a/bin/docker-test
+++ b/bin/docker-test
@@ -10,7 +10,7 @@ echo "Scanning $PROJECT_PATH"
if [ -n "${LM_HOME:-}" ]; then
gem build ./*.gemspec
mkdir -p pkg/
- mv *.gem pkg/
+ mv ./*.gem pkg/
./run.sh analyze "$PROJECT_PATH"
else
export IMAGE_NAME=${IMAGE_NAME:-$(basename "$PWD"):latest}