Преглед изворни кода

journey test: fix for trackler submodule rename

https://github.com/exercism/trackler/commit/69e055ad52b3f8d19da95b6ab0593678b8ee1bb4
Stuart Kent пре 9 година
родитељ
комит
d47ed7c6ab
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      bin/journey-test.sh

+ 1
- 1
bin/journey-test.sh Прегледај датотеку

154
   local version=$( grep -m 1 'trackler' ${xapi_home}/Gemfile.lock | sed 's/.*(//' | sed 's/)//' )
154
   local version=$( grep -m 1 'trackler' ${xapi_home}/Gemfile.lock | sed 's/.*(//' | sed 's/)//' )
155
 
155
 
156
   git checkout v${version}
156
   git checkout v${version}
157
-  git submodule init -- common
157
+  git submodule init -- problem-specifications
158
   git submodule update
158
   git submodule update
159
 
159
 
160
   # Bake in local copy of this track; this is what we are testing.
160
   # Bake in local copy of this track; this is what we are testing.