Skip to content

Commit 0ba0506

Browse files
authored
Updated the "GitHub page:" comment
1 parent 43dc87b commit 0ba0506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spigotboilerplate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Simple script to generate boilerplate code for your SpigotAPI projects.
22
# Currently generating boilerplate code for SpigotAPI apiversions: 1.18.2-R0.1-SNAPSHOT through x.x.x
33
# Version 1.0
4-
# GitHub page:
4+
# GitHub repository: github.com/TurpCoding/SpigotAPIBoilerPlateScript
55

66
import os.path
77
from argparse import ArgumentParser
@@ -36,4 +36,4 @@
3636
for line in pluginymlRead:
3737
pluginymlWrite.write(line)
3838

39-
print("Done.")
39+
print("Done.")

0 commit comments

Comments
 (0)