Skip to content

Commit

Permalink
remove redis on local init (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaron2 authored Nov 15, 2019
1 parent 228e5be commit b5d6a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var InitCmd = &cobra.Command{
}
print.SuccessStatusEvent(os.Stdout, "Success! Dapr has been installed. To verify, run 'kubectl get pods -w' in your terminal")
} else {
standalone.Uninstall(false, dockerNetwork)
standalone.Uninstall(true, dockerNetwork)
err := standalone.Init(runtimeVersion, dockerNetwork)
if err != nil {
print.FailureStatusEvent(os.Stdout, err.Error())
Expand Down

0 comments on commit b5d6a01

Please sign in to comment.