Skip to content

Commit f987632

Browse files
Cruz Monrreal IICruz Monrreal II
authored andcommitted
Fixed 'tr' param
1 parent a8f147d commit f987632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/travis-ci/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ set_status()
4141
'description': '${2}',
4242
'context': 'travis-ci/${job_name}',
4343
'target_url': 'https://travis-ci.org/${TRAVIS_REPO_SLUG}/jobs/${TRAVIS_JOB_ID}'
44-
}" tr '"' '"')
44+
}" tr "'" '"')
4545

4646
echo "${payload}"
4747
<<< "${payload}" jq .

0 commit comments

Comments
 (0)