Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 365e4ee

Browse files
committed
status: do not suggest -v for uncategorized error
1 parent 0160c5b commit 365e4ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/dep/status.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ func (cmd *statusCommand) Run(ctx *dep.Ctx, args []string) error {
261261
ctx.Err.Printf("Lock inputs-digest mismatch. This happens when Gopkg.toml is modified.\n" +
262262
"Run `dep ensure` to regenerate the inputs-digest.")
263263
}
264-
default:
265-
ctx.Out.Println("Failed to get status. Rerun with `-v` flag to see details.")
266264
}
267265

268266
return err

0 commit comments

Comments
 (0)