diff options
Diffstat (limited to 'getting-started/source-code.md')
-rw-r--r-- | getting-started/source-code.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started/source-code.md b/getting-started/source-code.md index 83435e7..3c5d6f4 100644 --- a/getting-started/source-code.md +++ b/getting-started/source-code.md @@ -126,7 +126,7 @@ To download all layers for the for the latest stable release, eel 5.0.3: ```bash cd $AGL_TOP -repo init -b eel -m eel_5.0.3.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo init -b eel -m eel_5.1.0.xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo repo sync ``` |