Skip to content

Commit

Permalink
Fix containerErrs in standaone.go
Browse files Browse the repository at this point in the history
Signed-off-by: joshvanl <me@joshvanl.dev>
  • Loading branch information
JoshVanL committed Jul 17, 2024
1 parent 7239d0c commit f3cfd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/standalone/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func Uninstall(uninstallAll bool, dockerNetwork string, containerRuntime string,
print.WarningStatusEvent(os.Stdout, "WARNING: could not delete dapr dir %s: %s", installDir, err)
}

removeSchedulerVolume(containerErrs, runtimeCmd)
containerErrs = removeSchedulerVolume(containerErrs, runtimeCmd)
}

err = errors.New("uninstall failed")
Expand Down

0 comments on commit f3cfd0b

Please sign in to comment.