Skip to content

Commit 8673463

Browse files
committed
change type
1 parent 6bf1e23 commit 8673463

File tree

1 file changed

+1
-1
lines changed
  • system/autoware_version/script

1 file changed

+1
-1
lines changed

system/autoware_version/script/print

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parser = argparse.ArgumentParser()
66
parser.add_argument("target", choices=["arch"])
77
parser.add_argument("format", choices=["full", "type", "version"], default="full", nargs="?")
88
args = parser.parse_args()
9-
data = {"arch": {"type": "tier4/proposal", "version": "1.0.0"}}
9+
data = {"arch": {"type": "universe", "version": "1.0.0"}}
1010

1111
if args.format == "full":
1212
print("{type} {version}".format(**data[args.target]))

0 commit comments

Comments
 (0)