Skip to content

Commit

Permalink
Merge pull request #3 from AntonioMeireles/golang
Browse files Browse the repository at this point in the history
actually reflect blob naming change when looking for running VMs
  • Loading branch information
AntonioMeireles committed Nov 28, 2015
2 parents 30e6b02 + c6adbb9 commit c0e7cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ func (vm *VMInfo) isActive() bool {
return false
}
if p, _ := ps.FindProcess(vm.Pid); p == nil ||
!strings.HasPrefix(p.Executable(), "coreos") {
!strings.HasPrefix(p.Executable(), "corectl") {
clean()
return false
}
Expand Down

0 comments on commit c0e7cbc

Please sign in to comment.