Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 13, 2024
1 parent db4455c commit 191c56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fbe/octo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def user_name_by_id(id)
def repo_id_by_name(name)
json = @origin.repository(name)
id = json[:id]
@loog.debug("GitHub repository #{name} has an ID: ##{id}")
@loog.debug("GitHub repository #{name.inspect} has an ID: ##{id}")
id
end

Expand Down

0 comments on commit 191c56d

Please sign in to comment.