aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2022-06-03 17:41:25 -0700
committerRadon Rosborough <radon.neon@gmail.com>2022-06-03 17:41:25 -0700
commitb25256f1b014ee02887c7882a789f95dc87d061b (patch)
tree0df3147d861e3c6f6c9f0a1a1dd3a678dd16abab
parent18ccacc5cf0806ecf11d0a3d462de1803e46a9ad (diff)
[#99] Remove erroneous reference to master
-rwxr-xr-xtest/formatters/apheleia-ft.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/formatters/apheleia-ft.el b/test/formatters/apheleia-ft.el
index 73ce7bd..26279ad 100755
--- a/test/formatters/apheleia-ft.el
+++ b/test/formatters/apheleia-ft.el
@@ -59,9 +59,9 @@ already in memory on the current branch."
(defun apheleia-ft--get-formatters-for-pull-request ()
"Return list of formatter string names that were touched in this PR.
This means their commands in `apheleia-formatters' are different
-from how they appear on master, or they were added relative to
-master."
- (let ((old-formatters (apheleia-ft--get-formatters-from-ref "origin/master"))
+from how they appear on main, or they were added relative to
+main."
+ (let ((old-formatters (apheleia-ft--get-formatters-from-ref "origin/main"))
(new-formatters apheleia-formatters)
(touched-formatters nil))
(map-do