Skip to content

Commit

Permalink
"process feedback"
Browse files Browse the repository at this point in the history
  • Loading branch information
bwdmonkey committed Jul 11, 2018
1 parent 83e9c43 commit edf5de2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,12 @@ var cmdDeploymentRemove = &cobra.Command{
if err != nil {
log.Fatal(err)
}
println("Stopping daemon...")
err = deployment.DaemonDown()
if err != nil {
log.Fatal(err)
}
println("Removing Inertia directories...")
err = deployment.InertiaDown()
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit edf5de2

Please sign in to comment.