Skip to content

Commit

Permalink
reword runtime-dep.py message (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitched-w0rld authored Aug 19, 2024
1 parent abafd13 commit 5a4b4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .maintain/runtime-dep.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import toml

if len(sys.argv) != 2:
print("needs the runtime folder.")
print("The runtime folder argument is required.")
sys.exit(-1)

runtime_dir = sys.argv[1]
Expand Down

1 comment on commit 5a4b4b0

@Amex1944
Copy link

@Amex1944 Amex1944 commented on 5a4b4b0 Dec 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please i need commit hash (like oc28a40)

Please sign in to comment.