diff --git a/bin/steps/safety b/bin/steps/safety
index 33145f1131657c6b16aef870cd509afbae3d87a0..6cab98310c4d870213abb30cc69d334c7bde18f2 100755
--- a/bin/steps/safety
+++ b/bin/steps/safety
@@ -8,7 +8,7 @@ set +e
 
     if [[ $? != 0 ]]; then
         puts-warn "KNOWN SECURITY VULNERABILITIES FOUND IN DEPENDENCIES!"
-        cat $tmpfile | indent
+        cat "$tmpfile" | indent
     fi
 
     rm -fr $tmpfile