mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-07-25 08:53:58 +00:00
Never accept PRs without testing again
This commit is contained in:
parent
6ca4579e34
commit
674c4be3e3
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ func main() {
|
|||
err := os.MkdirAll(Config.filesDir, 0755)
|
||||
if err != nil {
|
||||
fmt.Printf("Error: could not create files directory")
|
||||
os.exit(1)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
// Template Globals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue