Skip to content

Commit 9abbd32

Browse files
authored
Merge pull request rails#52543 from tsvallender/thor_merge_docs
Document THOR_MERGE and THOR_DIFF vars during upgrade [ci skip]
2 parents 8f3b4fa + 7a7ca05 commit 9abbd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/upgrading_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Overwrite /myapp/config/application.rb? (enter "h" for help) [Ynaqdh]
6868
...
6969
```
7070

71-
Don't forget to review the difference, to see if there were any unexpected changes.
71+
Don't forget to review the difference, to see if there were any unexpected changes, and note that the diff and merge tools used during this processed can be defined using the `THOR_DIFF` and `THOR_MERGE` environment variables.
7272

7373
### Configure Framework Defaults
7474

0 commit comments

Comments
 (0)