Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e745b3 commit f837951Copy full SHA for f837951
.travis.yml
@@ -89,7 +89,7 @@ script:
89
# run samples
90
- for sample in show-user list-followers list-following operational; do
91
echo "=== SAMPLE $sample ===";
92
- $(find dist-newstyle/ -type -f -name github-$sample);
+ $(find dist-newstyle/ -type f -name github-$sample);
93
done
94
95
# EOF
0 commit comments