Skip to content

Commit

Permalink
fix func name
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed May 15, 2024
1 parent 94dc097 commit 7675854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godep/beta.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ func (c *Client) OSBetaEnrollmentTokens(ctx context.Context, name string) (*GetS
}

// IsAppleSeedForITTurnedOff returns true if err indicates your organization doesn't allow beta access.
func IsAppleSeedTurnedOff(err error) bool {
func IsAppleSeedForITTurnedOff(err error) bool {
return httpErrorContains(err, http.StatusForbidden, "APPLE_SEED_FOR_IT_TURNED_OFF")
}

0 comments on commit 7675854

Please sign in to comment.