mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
add missing '-' to section marker
This commit is contained in:
parent
dcb85a9bb8
commit
c72e3987d3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
echo "-- Building"
|
||||
echo "--- Building"
|
||||
BAZEL="bazel --output_user_root=~/bazel --output_base=~/bazel/anki"
|
||||
BUILDARGS="--config=ci --experimental_convenience_symlinks=ignore"
|
||||
|
||||
|
|
Loading…
Reference in a new issue