mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-13 17:16:47 +02:00
wrong diff url
This commit is contained in:
parent
42e73ee051
commit
db202dba71
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FORMAT_FILE=../README.md
|
|||
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||
echo "running on Pull Request #$TRAVIS_PULL_REQUEST"
|
||||
DIFF_URL="https://patch-diff.githubusercontent.com/raw/toddmotto/public-apis/pull/$TRAVIS_PULL_REQUEST.diff"
|
||||
curl https://patch-diff.githubusercontent.com/raw/toddmotto/public-apis/pull/398.diff > diff.txt
|
||||
curl $DIFF_URL > diff.txt
|
||||
echo "------- BEGIN DIFF -------"
|
||||
cat diff.txt
|
||||
echo "-------- END DIFF --------"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue