Skip to content

Commit

Permalink
Merge pull request #130 from cloudfoundry/fix-run-cats-typo
Browse files Browse the repository at this point in the history
Fix a typo in the run-cats task
  • Loading branch information
davewalter authored Jul 23, 2022
2 parents 141162f + 2a65838 commit 2badadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-cats/task
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export CF_PLUGIN_HOME=$HOME
--keep-going \
--randomize-all \
--skip-package=helpers \
--slow-spec-shreshold="${SLOW_SPEC_THRESHOLD}" \
--slow-spec-threshold="${SLOW_SPEC_THRESHOLD}" \
--nodes="${NODES}" \
--skip="${SKIP_REGEXP}" \
--flake-attempts=${FLAKE_ATTEMPTS} \
Expand Down

0 comments on commit 2badadb

Please sign in to comment.