Skip to content

Commit f9f7a7d

Browse files
committed
Run config.sh
1 parent d806257 commit f9f7a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

register-runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def main():
166166
if len(sys.argv) > 1:
167167
args += " " + " ".join(sys.argv[1:])
168168

169-
print(f"Registering runner with args: {args}")
169+
os.system(f"./config.sh {args}")
170170

171171
if __name__ == "__main__":
172172
main()

0 commit comments

Comments
 (0)