diff --git a/octosuite/octosuite.py b/octosuite/octosuite.py index a5d3fe6..0063e78 100644 --- a/octosuite/octosuite.py +++ b/octosuite/octosuite.py @@ -38,7 +38,7 @@ class Octosuite: ("help:logs", Help.logs_command), ("help:csv", Help.csv_command), ("help:org", Help.org_command), - ("source", Help.cource), + ("source", Help.source), ("source:tarball", self.download_tarball), ("source:zipball", self.download_zipball), ("org", Help.org),