Skip to content

Commit b31d48d

Browse files
committed
rename the "applied" filename to "rewritten-list.applied" because makes more sense
Signed-off-by: Kipras Melnikovas <[email protected]>
1 parent 054401e commit b31d48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filenames.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const filenames = {
55
rewrittenList: "rewritten-list",
66
willNeedToApply: "will-need-to-apply",
77
needsToApply: "needs-to-apply",
8-
applied: "applied",
8+
applied: "rewritten-list.applied",
99
//
1010
gitRebaseTodo: "git-rebase-todo",
1111
//

0 commit comments

Comments
 (0)