Skip to content

Commit

Permalink
fixing static check
Browse files Browse the repository at this point in the history
  • Loading branch information
networkop committed Jul 5, 2021
1 parent f3d76a2 commit 433a87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var inspectCmd = &cobra.Command{
}
c, err := clab.NewContainerLab(opts...)
if err != nil {
fmt.Errorf("could not parse the topology file: %v", err)
log.Errorf("could not parse the topology file: %v", err)
}

if name == "" {
Expand Down

0 comments on commit 433a87b

Please sign in to comment.