Skip to content

Commit

Permalink
Merge pull request #195 from snyk-tech-services/develop
Browse files Browse the repository at this point in the history
release changes
  • Loading branch information
aarlaud authored Oct 21, 2024
2 parents bf62861 + 1a45cc1 commit 73259ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snyk_delta_all_projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ run_snyk_test () {
}

format_snyk_test_output() {
echo "Procesing snyk test --json output"
echo "Processing snyk test --json output"
{
formatted_json=`echo $snyk_test_json | jq -r 'if type=="array" then .[] else . end | @base64'`
} || {
Expand Down

0 comments on commit 73259ac

Please sign in to comment.