Skip to content

Commit

Permalink
build: T6446: include support URL in the version data
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaturin committed Jun 5, 2024
1 parent 38ff293 commit 4112d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/image-build/build-vyos-image
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ if __name__ == "__main__":
'bugtracker_url': build_config['bugtracker_url'],
'documentation_url': build_config['documentation_url'],
'project_news_url': build_config['project_news_url'],
'support_url': build_config['support_url']
}

# Multi line strings needs to be un-indented to not have leading
Expand Down

0 comments on commit 4112d47

Please sign in to comment.