소스 검색

Merge pull request #674 from exercism/fix-for-trackler-submodule-rename

journey test: fix for trackler submodule rename
Stuart Kent 9 년 전
부모
커밋
7d66173449
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.