Skip to content

Commit

Permalink
[script] bootstrap now includes a 'git submodule update' to cover the…
Browse files Browse the repository at this point in the history
… case of updating OTNS2 with 'git pull'.
  • Loading branch information
EskoDijk committed Oct 31, 2024
1 parent a312c84 commit 1ae55e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ else
exit 1
fi

# Get (first time) or update (after a 'git pull') all submodules.
git submodule update --init

# shellcheck source=script/utils.sh
. "$(dirname "$0")"/utils.sh

Expand Down

0 comments on commit 1ae55e6

Please sign in to comment.