Skip to content

Commit

Permalink
scripts: apply_pr.sh: Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gleidi-suse committed Nov 14, 2023
1 parent 43f5554 commit 217b115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apply_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ usage () {
fork_url="$1"
branch="$2"

git checkout master
git checkout main

# Setup
git remote add forked "$fork_url"
Expand Down

0 comments on commit 217b115

Please sign in to comment.