Skip to content

Commit

Permalink
Remove firstRelease var from orbInfo cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
iynere authored and eric-hu committed Jun 26, 2019
1 parent a6d8251 commit e1877c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/orb.go
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,6 @@ func orbInfo(opts orbOptions) error {
fmt.Printf("Latest: %s@%s\n", info.Orb.Name, info.Orb.HighestVersion)
fmt.Printf("Last-updated: %s\n", info.Orb.Versions[0].CreatedAt)
fmt.Printf("Created: %s\n", info.Orb.CreatedAt)
// firstRelease := info.Orb.Versions[len(info.Orb.Versions)-1]

fmt.Printf("Total-revisions: %d\n", len(info.Orb.Versions))
} else {
Expand Down

0 comments on commit e1877c1

Please sign in to comment.