Skip to content

Commit

Permalink
Fix error msg reference to request-review-branch
Browse files Browse the repository at this point in the history
Fix error msg reference to request-review-branch so that it is now
accurate with the current state of the commands.

[changelog]
fixed: err msg referencing old commands

<!-- ps-id: 6f532268-328c-4c51-bd6a-ed2074333759 -->
  • Loading branch information
drewdeponte committed Jan 11, 2024
1 parent 6c054d0 commit adb5a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/integrate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub fn integrate(
r#"
Looks like the patch(es) haven't had a branch associated with them yet.
You can associate them with gps request-review-branch and gps sync.
You can associate them with gps branch and gps request-review.
Or you can skip saftey checks like this one with --force.
"#,
Expand Down

0 comments on commit adb5a28

Please sign in to comment.