| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -166,7 +166,7 @@ git push -u origin "${BRANCH}" --force | |||
| 166 | 166 | # create pull request | |
| 167 | 167 | if which gh > /dev/null | |
| 168 | 168 | then | |
| 169 | - gh pr create --title "chore(migration): Migrate code from ${SOURCE_REPO} into ${TARGET_PATH}" --body "See #${ISSUE_NUMBER}. $(echo '\n\nThis PR should be merged with a merge-commit, not a squash-commit, in order to preserve the git history.')" | ||
| 169 | + gh pr create --title "chore(migration): Migrate code from ${SOURCE_REPO} into ${TARGET_PATH}" --body "$(echo "See #${ISSUE_NUMBER}. \n\nThis PR should be merged with a merge-commit, not a squash-commit, in order to preserve the git history.")" | ||
| 170 | 170 | else | |
| 171 | 171 | hub pull-request -m "migrate code from ${SOURCE_REPO}" | |
| 172 | 172 | fi | |
| Back | FazBrowse Home | New Git URL |
0 commit comments