diff options
Diffstat (limited to 'src/nshd')
-rw-r--r-- | src/nshd/hackers_git/hackers_watch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nshd/hackers_git/hackers_watch.go b/src/nshd/hackers_git/hackers_watch.go index 0fa45c9..8559f88 100644 --- a/src/nshd/hackers_git/hackers_watch.go +++ b/src/nshd/hackers_git/hackers_watch.go @@ -192,7 +192,7 @@ Loop: if event.Name == nil { panic("recieved child event from inotify, but no child name") } - o.load_yaml_file(o.Cfg.Yamldir + "/" + *event.Name, true) + o.load_yaml_file(o.Cfg.Yamldir+"/"+*event.Name, true) } else { panic("recieved non-subscribed inotify event from kernel") } |