Fixed syntax issue with plugin code

main
Amlesh Sivanantham (zamlz) 6 years ago
parent f12c03f13a
commit d4f79f6ecb
No known key found for this signature in database
GPG Key ID: 882C395C3B28902C

@ -45,7 +45,7 @@ def git_rename(RenameEventInstance):
# Stage the changes and commit
GitPlugin.shell("add \*/{}.\*".format(old_key))
GitPlugin.shell("add \*/{}.\*".format(new_key))
GitPlugin.shell('commit -m "Renamed {} to {}"'.format(old_key, new_key)
GitPlugin.shell('commit -m "Renamed {} to {}"'.format(old_key, new_key))
@RemoveEvent.listen()

Loading…
Cancel
Save