Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveCookTU committed Sep 12, 2024
2 parents 4afbfe1 + 3e3dd19 commit 6f312f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cfb/outlets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use lazy_static::lazy_static;
lazy_static! {
pub static ref OUTLETS: Vec<String> = vec![
"ABC".to_string(),
"ACC NETWORK".to_string(),
"ACC Network".to_string(),
"BIG10".to_string(),
"CBS".to_string(),
"CBSSN".to_string(),
Expand All @@ -15,7 +15,7 @@ lazy_static! {
"PAC12".to_string(),
"FOX".to_string(),
"FS1".to_string(),
"SEC NETWORK".to_string()
"SEC Network".to_string()
];
}

Expand Down

0 comments on commit 6f312f3

Please sign in to comment.