Skip to content

Commit d47ed7c

Browse files
committed
journey test: fix for trackler submodule rename
exercism/DEPRECATED.trackler@69e055a
1 parent 50c57b9 commit d47ed7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/journey-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ make_local_trackler() {
154154
local version=$( grep -m 1 'trackler' ${xapi_home}/Gemfile.lock | sed 's/.*(//' | sed 's/)//' )
155155

156156
git checkout v${version}
157-
git submodule init -- common
157+
git submodule init -- problem-specifications
158158
git submodule update
159159

160160
# Bake in local copy of this track; this is what we are testing.

0 commit comments

Comments
 (0)