Skip to content

Commit

Permalink
minor sailfish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
therecipe committed Apr 1, 2017
1 parent 4a6fbe2 commit dbb5e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/deploy/bundle.go
Expand Up @@ -405,7 +405,7 @@ func bundle(mode, target, path, name, depPath string) {

err := sailfish_ssh("2222", "mersdk", "cd", "/home/mersdk", "&&", "rm", "-R", target)
if err != nil {
utils.Log.WithError(err).Panicf("failed to cleanup for %v on %v", target, runtime.GOOS)
utils.Log.WithError(err).Warnf("failed to cleanup for %v on %v", target, runtime.GOOS)
}

err = sailfish_ssh("2222", "mersdk", "cd", strings.Replace(strings.Replace(path, utils.MustGoPath(), "/media/sf_GOPATH", -1)+"/deploy", "\\", "/", -1), "&&", "cp", "-R", target, "/home/mersdk")
Expand Down

0 comments on commit dbb5e1d

Please sign in to comment.