Skip to content

Commit

Permalink
Add a few more allowed types
Browse files Browse the repository at this point in the history
  • Loading branch information
ecridge committed Jun 19, 2016
1 parent 7da9a4b commit aac9047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binsync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

shopt -s nullglob # Don’t take ‘*’ literally if there are no matches.

allowed_types=( sh rb )
allowed_types=( pl py rb sh )

(( additions = 0, deletions = 0 ))

Expand Down

0 comments on commit aac9047

Please sign in to comment.