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

add missing /

parent d49cc442
No related branches found
No related tags found
1 merge request!1WIP: write values to a database
......@@ -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.
Finish editing this message first!
Please register or to comment