Skip to content

Commit 4efb2e3

Browse files
Coding standards
1 parent 7262869 commit 4efb2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -o errexit #abort if any command fails
2+
set -o errexit # Abort if any command fails
33

44
rm -rf build
55
docker run --rm --name slate -v $(pwd)/build:/srv/slate/build -v $(pwd)/source:/srv/slate/source slatedocs/slate

0 commit comments

Comments
 (0)