Skip to content

Commit 8bf7a3d

Browse files
authored
Merge pull request rails#55391 from northeastprince/and-and
Fix typo in comment [skip ci]
2 parents e30dc59 + 3bc806d commit 8bf7a3d

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/config

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/config/ci.rb.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CI.run do
2525
step "Tests: Seeds", "env RAILS_ENV=test bin/rails db:seed:replant"
2626

2727
# Optional: set a green GitHub commit status to unblock PR merge.
28-
# Requires the `gh` CLI and and `gh extension install basecamp/gh-signoff`.
28+
# Requires the `gh` CLI and `gh extension install basecamp/gh-signoff`.
2929
# if success?
3030
# step "Signoff: All systems go. Ready for merge and deploy.", "gh signoff"
3131
# else

0 commit comments

Comments
 (0)