Skip to content

Commit c1f0e05

Browse files
authored
Merge pull request #61 from lora-aprs/refactor-github-build
fix wrong cpp file in script
2 parents 9cf7d58 + c02aab8 commit c1f0e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_version_tag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
current_week = int(today.isocalendar()[1])
99

1010
version = None
11-
with open("src/LoRa_APRS_iGate.cpp") as f:
11+
with open("src/LoRa_APRS_Tracker.cpp") as f:
1212
for line in f:
1313
if line.startswith("#define VERSION"):
1414
version = line.strip().split(" ")[-1].replace('"', "")

0 commit comments

Comments
 (0)