Skip to content

Commit

Permalink
fix pat url
Browse files Browse the repository at this point in the history
  • Loading branch information
baloola committed Oct 20, 2024
1 parent 77c410c commit 45b4b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path_fixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
parser = argparse.ArgumentParser()

# Adding optional argument
parser.add_argument("-u", "--host", help = "url host", default="https://baloola.github.io/sudan-house")
parser.add_argument("-u", "--host", help = "url host", default="https://sudan-club-austria.github.io/training-unit")

# Read arguments from command line
args = parser.parse_args()
Expand Down

0 comments on commit 45b4b83

Please sign in to comment.