We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7262869 commit 4efb2e3Copy full SHA for 4efb2e3
build.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-set -o errexit #abort if any command fails
+set -o errexit # Abort if any command fails
3
4
rm -rf build
5
docker run --rm --name slate -v $(pwd)/build:/srv/slate/build -v $(pwd)/source:/srv/slate/source slatedocs/slate
0 commit comments