1
0
Fork 0

[fix] rename miss

master
Vladimir Serov 2019-12-30 00:24:01 +03:00
parent 555768d03b
commit 197a78f595
No known key found for this signature in database
GPG Key ID: 6BA7C26C3FDF7BB3
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ func getAppVMExpressionPath(name string) (paths []string, config string) {
}
paths = []string{path}
config = oomph + "/nix/" + name + ".nix"
config = path + "/nix/" + name + ".nix"
return
}