Skip to content

Commit 00c1deb

Browse files
committed
Fixing remote
1 parent f368d0b commit 00c1deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ctf/generate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ def generate(
6767
tmp_tracks.add(
6868
Track(
6969
name=track.name,
70-
remote=track.remote,
71-
production=track.production,
70+
remote=remote,
71+
production=production,
7272
require_build_container=does_track_require_build_container(track),
7373
)
7474
)

0 commit comments

Comments
 (0)