Skip to content

Commit

Permalink
correction to merge request number display
Browse files Browse the repository at this point in the history
  • Loading branch information
Carole Hamer committed May 19, 2020
1 parent 4e945c2 commit 9ee05c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modulesync.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def self.manage_mr(namespace, module_name, options)
:labels => mr_labels)
$stdout.puts "Submitted MR '#{options[:pr_title]}' to #{repo_path} - merges #{options[:branch]} into master"
return if mr_labels.empty?
$stdout.puts "Attaching the following labels to MR #{mr['number']}: #{mr_labels.join(', ')}"
$stdout.puts "Attaching the following labels to MR #{mr.iid}: #{mr_labels.join(', ')}"
else
# Skip creating the MR if it exists already.
$stdout.puts "Skipped! #{pull_requests.length} MRs found for branch #{options[:branch]}"
Expand Down

0 comments on commit 9ee05c7

Please sign in to comment.