diff --git a/bin/sphinxtogithub b/bin/sphinxtogithub index a5a3b01..e491647 100755 --- a/bin/sphinxtogithub +++ b/bin/sphinxtogithub @@ -3,4 +3,4 @@ import sys from sphinxtogithub.sphinxtogithub import main if __name__ == "__main__": - mains(sys.argv[1:]) \ No newline at end of file + main(sys.argv[1:]) \ No newline at end of file