Skip to content

Commit e7589ec

Browse files
committed
fix s2 demo path
1 parent 76733a6 commit e7589ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/demoinfocs/demoinfocs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const (
3535
defaultDemPath = csDemosPath + "/default.dem"
3636
retakeDemPath = csDemosPath + "/retake_unknwon_bombsite_index.dem"
3737
unexpectedEndOfDemoPath = csDemosPath + "/unexpected_end_of_demo.dem"
38-
s2DemPath = demSetPathS2 + "/s2.dem"
38+
s2DemPath = csDemosPath + "/s2.dem"
3939
)
4040

4141
var concurrentDemos = flag.Int("concurrentdemos", 2, "The `number` of current demos")

0 commit comments

Comments
 (0)