Explorar o código

fix typo in branch needed for LoopKit submodule

marionbarker hai 2 meses
pai
achega
5423492fa1
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      scripts/define_common_trio.sh

+ 4 - 1
scripts/define_common_trio.sh

@@ -12,16 +12,19 @@
 # define the TRIO_PROJECTS used by Trio where for Trio the .gitmodules points
 #   to the downstream fork of loopandlearn in all cases
 #
+# The only submodule that needs a special trio branch (at this time) is LoopKit
+#    put that repository first in the list
+#
 # The scrips in LoopWorkspace are used to update translations and make
 #   sure the loopandlearn branches are up to date
 # Even though MedtrumKit and EversenseKit are not yet part of dev
 #   it does no harm to update those repositories using this script
 TRIO_PROJECTS=( \
+    loopandlearn:LoopKit:trio \
     loopandlearn:CGMBLEKit:dev \
     loopandlearn:dexcom-share-client-swift:dev \
     loopandlearn:G7SensorKit:main \
     loopandlearn:LibreTransmitter:main \
-    loopandlearn:LoopKit:dev \
     loopandlearn:MinimedKit:main \
     loopandlearn:OmniBLE:dev \
     loopandlearn:OmniKit:main \