Fix branch name from jellyfish to koi in the document of koi release
[AGL/documentation.git] / docs / 0_Getting_Started / 2_Building_AGL_Image / 2_Downloading_AGL_Software.md
index 39d2c18..ee18805 100644 (file)
@@ -56,9 +56,9 @@ The remainder of this section provides steps on how to download the AGL source f
 
      ```sh
      $ cd $AGL_TOP
-     $ mkdir jellyfish
-     $ cd jellyfish
-     $ repo init -b jellyfish -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
+     $ mkdir koi
+     $ cd koi
+     $ repo init -b koi -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
      $ repo sync
      ```