Skip to content

Commit

Permalink
chef.py set default sw_ver_string from "v1.0" to""
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed Apr 17, 2023
1 parent 89c6baf commit 1a75f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def main() -> int:
#

if options.do_build:
sw_ver_string = "v1.0"
sw_ver_string = ""

if options.do_automated_test_stamp:
branch = ""
Expand Down

0 comments on commit 1a75f7d

Please sign in to comment.