CircleCI-Archived / orb-starter-kit

A starter kit for new orb authors
https://circleci.com/orbs
MIT License
27 stars 23 forks source link

Fix shellcheck warning of SC2086 #31

Closed vzvu3k6k closed 4 years ago

vzvu3k6k commented 4 years ago

This fixes the following warning from shellcheck.

In ./_init/_installCLI.sh line 17:
    echo $CLI_FILE_PATH
         ^------------^ SC2086: Double quote to prevent globbing and word splitting.

For more information:
  https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...