Skip to content

Commit 031f2bb

Browse files
Testing something real quick
1 parent f9f8901 commit 031f2bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hil_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: HIL Build
22
on:
33
workflow_run:
4-
workflows: ["OBC Build"]
4+
workflows: [" OBC Build"]
55
types:
66
- completed
77

hil/hil_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def main() -> int:
6969
# Flashing (any failure aborts process)
7070
send_bin(str(firmware_path), serial_dev)
7171

72-
print("[1] Flashing Completed Successfully")
72+
print("[2] Flashing Completed Successfully")
7373
return EXIT_OK
7474

7575

0 commit comments

Comments
 (0)