Browse Source

bootstrap: cd to checkout dir when calling bootstrap.sh

Signed-off-by: Alejandro Mery <amery@geeks.cl>
master
Alejandro Mery 1 year ago
parent
commit
df60bb7230
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bootstrap.sh

+ 1
- 0
bootstrap.sh

@ -1,6 +1,7 @@
#!/bin/sh
set -eu
cd "$(dirname "$0")"
git submodule update --init
./sync.sh
git reset --hard

Loading…
Cancel
Save