summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers_watch.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/nshd/hackers_git/hackers_watch.go')
-rw-r--r--src/nshd/hackers_git/hackers_watch.go2
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")
}