Skip to content

Commit

Permalink
chore: add missing quotes so that spell check linter is happy
Browse files Browse the repository at this point in the history
  • Loading branch information
irphilli committed Nov 14, 2022
1 parent 61e4685 commit 5708902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared.bash
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ function cache_locating() {
# Returns:
# - String
function pipeline_slug() {
echo ${BUILDKITE_PLUGIN_CACHE_PIPELINE_SLUG_OVERRIDE:-${BUILDKITE_PIPELINE_SLUG}}
echo "${BUILDKITE_PLUGIN_CACHE_PIPELINE_SLUG_OVERRIDE:-${BUILDKITE_PIPELINE_SLUG}}"
}

0 comments on commit 5708902

Please sign in to comment.