Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f837951

Browse files
committed
-type -f -> -type f
1 parent 4e745b3 commit f837951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ script:
8989
# run samples
9090
- for sample in show-user list-followers list-following operational; do
9191
echo "=== SAMPLE $sample ===";
92-
$(find dist-newstyle/ -type -f -name github-$sample);
92+
$(find dist-newstyle/ -type f -name github-$sample);
9393
done
9494

9595
# EOF

0 commit comments

Comments
 (0)