From 11423e51252d65bf24baa53650ba064aef51d595 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Tue, 4 Jun 2013 12:26:28 +0200 Subject: [PATCH] debian_build: change forgotten variable name --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian_build.py b/debian_build.py index d24f882..f910649 100755 --- a/debian_build.py +++ b/debian_build.py @@ -272,7 +272,7 @@ if __name__ == '__main__': )) if do_triggers: logger.debug('Triggers found: {tags}.'.format( - tags=', '.join(commit_triggers), + tags=', '.join(build_triggers), )) if do_tagging: logger.debug('Tag to create: {tag}'.format( -- 2.39.5