Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
obcode committed Nov 15, 2023
1 parent 343684f commit cc506dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/primuss.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ var primussCmd = &cobra.Command{
}

err = plexams.AddAncode(ctx, ancode, program, primussAncode)
if err != nil {
log.Fatalf("cannot add ancode")
}

case "fix-ancode":
if len(args) < 4 {
Expand Down

0 comments on commit cc506dd

Please sign in to comment.