mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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
|
set -e
|
||||||
|
|
||||||
echo "-- Building"
|
echo "--- Building"
|
||||||
BAZEL="bazel --output_user_root=~/bazel --output_base=~/bazel/anki"
|
BAZEL="bazel --output_user_root=~/bazel --output_base=~/bazel/anki"
|
||||||
BUILDARGS="--config=ci --experimental_convenience_symlinks=ignore"
|
BUILDARGS="--config=ci --experimental_convenience_symlinks=ignore"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue