Skip to content

Commit

Permalink
Fix tiny spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
hax4dazy committed Oct 8, 2023
1 parent c048c04 commit 88baa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

if __name__ == '__main__':

parser = argparse.ArgumentParser(description="TeamNeptune's DeepSea build script.")
parser = argparse.ArgumentParser(description="Team Neptune's DeepSea build script.")
requiredNamed = parser.add_argument_group('Options required to build a release candidate')
requiredNamed.add_argument('-gt', '--githubToken', help='Github Token', required=True)
args = parser.parse_args()
Expand Down

0 comments on commit 88baa7c

Please sign in to comment.