mirror of
https://github.com/clearlinux/docs.git
synced 2026-04-28 10:53:35 +00:00
Drop "-t" in markdownfmt.sh so we can redirect output
This commit is contained in:
@@ -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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user