Skip to content
Snippets Groups Projects
Commit 58b58eb2 authored by Jonas Leder's avatar Jonas Leder
Browse files

add missing /

parent d49cc442
Branches
No related tags found
Loading
......@@ -12,7 +12,7 @@ import (
var MainQueue Queue
func Init() {
queue, err := NewQueue(os.Getenv("QUEUE_STATE_FOLDER") + "main.json")
queue, err := NewQueue(os.Getenv("QUEUE_STATE_FOLDER") + "/main.json")
if err != nil {
log.Fatal("Error initializing main queue:", err)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment