Skip to content

Commit

Permalink
Additional review items by gmlewis
Browse files Browse the repository at this point in the history
  • Loading branch information
dsm-kb committed Aug 3, 2022
1 parent ba03310 commit df9431b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/repos_lfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ func (s *RepositoriesService) EnableLFS(ctx context.Context, owner, repo string)
return resp, nil
}

// DisableLFS turns the LFS (Large File Storage) feature OFF for the selected repo
// DisableLFS turns the LFS (Large File Storage) feature OFF for the selected repo.
//
// Github API docs: https://docs.github.com/en/rest/repos/lfs#disable-git-lfs-for-a-repository
// GitHub API docs: https://docs.github.com/en/rest/repos/lfs#disable-git-lfs-for-a-repository
func (s *RepositoriesService) DisableLFS(ctx context.Context, owner, repo string) (*Response, error) {
u := fmt.Sprintf("repos/%v/%v/lfs", owner, repo)

Expand Down

0 comments on commit df9431b

Please sign in to comment.