Skip to content

Commit 17e7b83

Browse files
authored
Merge pull request #4 from sh1nez/main
Fix file name
2 parents cc51672 + d9c5796 commit 17e7b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rename.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def print_colored(message, color):
2929
os.path.join("plugin",new_name + ".lua"))
3030
print_colored("Renamed files under plugin folder successed", Colors.GREEN)
3131
if dir == 'doc':
32-
os.rename(os.path.join("doc", "nvim-plugin-template.txt"),
32+
os.rename(os.path.join("doc", "nvim-plugin-template.nvim.txt"),
3333
os.path.join("doc",new_name + ".txt"))
3434
print_colored("Renamed files under doc folder successed", Colors.GREEN)
3535
if dir == '.github':

0 commit comments

Comments
 (0)