Skip to content

Commit

Permalink
Fix incorrect default documentation for push_finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Sep 6, 2024
1 parent 48f5b85 commit 9400790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Reissue::Task.create :your_name_and_namespace do |task|
# Optional: Whether or not to commit the results of the finalize task. Defaults to true.
task.commit_finalize = false

# Optional: Whether to push the changes automatically. Defaults to :branch.
# Optional: Whether to push the changes automatically. Defaults to false.
task.push_finalize = :branch # or false, or true to push the working branch
end
```
Expand Down

0 comments on commit 9400790

Please sign in to comment.