Skip to content

Commit

Permalink
Merge pull request #7 from dallmeyer/mod-timestamp
Browse files Browse the repository at this point in the history
frick me
  • Loading branch information
dallmeyer authored Nov 26, 2024
2 parents 3b30104 + ba53cbd commit 49ef5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/releases/replace-mod-version-timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ def patch_mod_timestamp(goal_src_path):

if len(sys.argvl) > 1:
patch_mod_timestamp(sys.argv[1])
else
else:
print(f"No goal_src path provided to replace-mod-version-timestamp")

0 comments on commit 49ef5f4

Please sign in to comment.