Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Fix import list
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Marshall committed Nov 19, 2017
1 parent 81cea4d commit d9ca21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/importList.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ var importListCmd = &cobra.Command{
if remote.Name == remoteName {
for _, import_ := range remote.Imports {
fmt.Printf("%#v\n", import_)
return nil
}
return nil
}
}
return errors.Errorf("no such remote %q", remoteName)
Expand Down

0 comments on commit d9ca21a

Please sign in to comment.