Skip to content

Commit

Permalink
Add: suggest message when delete mock from configuration (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho committed Sep 17, 2021
1 parent 4ed2afb commit 4864adc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/command/delete_mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ func (r Runner) DeleteMock() {
if err := r.ConfigRepo.Put(chunk, configPath); err != nil {
log.Fatalf("failed to put config: %v", err)
}

log.Println("[INFO] The mock has been successfully deleted from configuration.")
log.Println("Please delete the mock file itself manually.")

return
}

0 comments on commit 4864adc

Please sign in to comment.