This commit is contained in:
tkl 2016-07-26 12:16:53 +02:00
parent 9a1d5ed378
commit 05df450f8f

View File

@ -83,7 +83,7 @@ def main(argv):
untracked_files = check_for_untracked()
log_list = get_git_log()
commit_list = get_commit_list(log_list)
generate_include_file("../firmware/git_commit.h", commit_list, local_changes, untracked_files)
generate_include_file("source/firmware/git_commit.h", commit_list, local_changes, untracked_files)
if __name__ == "__main__":
main(argv[1:])