Skip to content

Commit

Permalink
Fixed a couple of master references
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Feb 28, 2024
1 parent 0af9de2 commit 93aa88a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: lint
pull_request:
push:
branches:
- master
- main

jobs:
chefstyle:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if ENV["GEMFILE_MOD"]
instance_eval(ENV["GEMFILE_MOD"])
else
group :development do
# temporarily we only support building against master
# temporarily we only support building against main
gem "chef", github: "chef/chef", branch: "main"
gem "ohai", github: "chef/ohai", branch: "main"
end
Expand Down

0 comments on commit 93aa88a

Please sign in to comment.