From 05df450f8f904118a46fd9d98c98270c92ca4698 Mon Sep 17 00:00:00 2001 From: tkl Date: Tue, 26 Jul 2016 12:16:53 +0200 Subject: [PATCH] wip --- source/scripts/get_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/scripts/get_history.py b/source/scripts/get_history.py index 5b78b0c..86d9533 100755 --- a/source/scripts/get_history.py +++ b/source/scripts/get_history.py @@ -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:])