Skip to content

Commit

Permalink
s/track_4/floor_4/g
Browse files Browse the repository at this point in the history
Signed-off-by: enukane <enukane@glenda9.org>
  • Loading branch information
enukane committed Sep 17, 2018
1 parent c47ca11 commit c31a7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion location/pyconjp2018.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
:"AP604",
]

@location[:all] = @location[:floor_1] + @location[:ab] + @location[:floor_2] + @location[:floor_3] + @location[:track_4] + @location[:lobby] + @location[:staff] + @location[:floor_6c] + @location[:floor_6d] + @location[:floor_6e]
@location[:all] = @location[:floor_1] + @location[:ab] + @location[:floor_2] + @location[:floor_3] + @location[:floor_4] + @location[:lobby] + @location[:staff] + @location[:floor_6c] + @location[:floor_6d] + @location[:floor_6e]

@location[:all] = @location[:all].sort

0 comments on commit c31a7ac

Please sign in to comment.