Move upstream to code.dumpstack.io

This commit is contained in:
Mikhail Klementev 2019-02-03 22:22:47 +00:00 committed by Mikhail Klementev
parent f60945d3c1
commit fd224db22e
No known key found for this signature in database
GPG key ID: D90D0727C1FEBEAB
2 changed files with 6 additions and 6 deletions

View file

@ -116,7 +116,7 @@ func list(l *libvirt.Libvirt) {
}
fmt.Println("\nAvailable VM:")
files, err := ioutil.ReadDir(os.Getenv("GOPATH") + "/src/github.com/jollheef/appvm/nix")
files, err := ioutil.ReadDir(os.Getenv("GOPATH") + "/src/code.dumpstack.io/tools/appvm/nix")
if err != nil {
log.Fatal(err)
}
@ -257,7 +257,7 @@ func stupidProgressBar() {
func start(l *libvirt.Libvirt, name string, verbose bool) {
// Currently binary-only installation is not supported, because we need *.nix configurations
appvmPath := os.Getenv("GOPATH") + "/src/github.com/jollheef/appvm"
appvmPath := os.Getenv("GOPATH") + "/src/code.dumpstack.io/tools/appvm"
// Copy templates
err := prepareTemplates(appvmPath)