Skip to content

Commit

Permalink
open: change meta.Exercise to meta.ExerciseSlug
Browse files Browse the repository at this point in the history
  • Loading branch information
Smarticles101 committed Mar 5, 2019
1 parent 49c072d commit a80741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/open.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func runOpen(cfg config.Config, flags *pflag.FlagSet, args []string) error {
return err
}

if meta.Exercise != exerciseID {
if meta.ExerciseSlug != exerciseID {
continue
}

Expand Down

0 comments on commit a80741c

Please sign in to comment.