You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jl...@apache.org on 2016/07/12 14:55:37 UTC

[2/8] incubator-airflow git commit: [AIRFLOW-187] Fix typo in argument name

[AIRFLOW-187] Fix typo in argument name


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/656f3c60
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/656f3c60
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/656f3c60

Branch: refs/heads/master
Commit: 656f3c60016d0ccd21b46afcb8180edfa9b9a1df
Parents: 659f9a0
Author: jlowin <jl...@users.noreply.github.com>
Authored: Thu Jun 30 19:54:48 2016 -0400
Committer: jlowin <jl...@users.noreply.github.com>
Committed: Thu Jun 30 19:54:48 2016 -0400

----------------------------------------------------------------------
 dev/airflow-pr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/656f3c60/dev/airflow-pr
----------------------------------------------------------------------
diff --git a/dev/airflow-pr b/dev/airflow-pr
index 698543f..e78485a 100755
--- a/dev/airflow-pr
+++ b/dev/airflow-pr
@@ -766,7 +766,7 @@ def main(pr_num, local=False):
     if click.confirm('Would you like to resolve another JIRA issue?'):
         resolve_jira_issues_loop(
             comment=jira_comment,
-            merged_branches=merged_refs)
+            merge_branches=merged_refs)
 
 
 @click.group()