Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Correct startup log
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Mar 11, 2020
1 parent d9dab7b commit bbf6318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ruby-scanner-scaffolding.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ def initialize(camunda_url, topic, variables, task_lock_duration = 3600000, poll
print "Version: #{self.version}\n"
print "\n"
print "Build:\n"
print "Commit: #{@repository_url}\n"
print "Repository: #{@branch}\n"
print "Branch: #{@commit_id}\n"
print "Commit: #{@commit_id}\n"
print "Repository: #{@repository_url}\n"
print "Branch: #{@branch}\n"
print "\n"

Thread.new do
Expand Down

0 comments on commit bbf6318

Please sign in to comment.