mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-06-07 12:48:40 +00:00
[fix] rename miss
This commit is contained in:
parent
555768d03b
commit
197a78f595
1 changed files with 1 additions and 1 deletions
2
appvm.go
2
appvm.go
|
@ -77,7 +77,7 @@ func getAppVMExpressionPath(name string) (paths []string, config string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
paths = []string{path}
|
paths = []string{path}
|
||||||
config = oomph + "/nix/" + name + ".nix"
|
config = path + "/nix/" + name + ".nix"
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue