diff --git a/git-third-party b/git-third-party index a3fcfd2..5513f38 100755 --- a/git-third-party +++ b/git-third-party @@ -166,3 +166,4 @@ except GitThirdPartyException as e: import json with open(config_path, 'wt') as f: json.dump(config, f, indent='\t') + f.write('\n')