Skip to content

Commit

Permalink
Drop "-t" in markdownfmt.sh so we can redirect output
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Feb 28, 2015
1 parent d509726 commit 1fec85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdownfmt.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -e

exec docker run -it --rm -v "$PWD":/scratch -w /scratch tianon/markdownfmt markdownfmt "$@"
exec docker run -i --rm -v "$PWD":/scratch -w /scratch tianon/markdownfmt markdownfmt "$@"

0 comments on commit 1fec85b

Please sign in to comment.