Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabek committed Jul 13, 2020
1 parent 579688b commit 8dfe336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Expand Up @@ -203,7 +203,7 @@ func (c *config) GetOfflineContentPath() string {
}

// This is relative to the webroot, not the project root.
return "static/offline.m4"
return "static/offline.m4v"
}

//Load tries to load the configuration file
Expand Down

0 comments on commit 8dfe336

Please sign in to comment.