Skip to content

Commit

Permalink
Merge pull request #614 from EricFromCanada/master
Browse files Browse the repository at this point in the history
Rakefile: remove redundant options
  • Loading branch information
SMillerDev committed May 8, 2024
2 parents 2a73b3e + 46b2bd3 commit 7dbd1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ desc "Generate documentation with YARD"
task :yard do
sh "find", DOCS_DIR, "-mindepth", "1", "!", "-name", "_config.yml", "!", "-name", "CNAME", "-delete"
cd "brew/Library/Homebrew" do
sh "bundle", "exec", "yard", "doc", "--plugin", "sorbet", "--output", DOCS_DIR
sh "bundle", "exec", "yard", "doc", "--output", DOCS_DIR
end
end

Expand Down

0 comments on commit 7dbd1df

Please sign in to comment.