We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2713bcf commit 18e77ecCopy full SHA for 18e77ec
lib/redmine_git_hosting/cache/redis.rb
@@ -76,7 +76,7 @@ def key_prefix(repo_id)
76
end
77
78
79
- # Make SHAR256 of the Git command as identifier
+ # Make SHA256 of the Git command as identifier
80
#
81
def hash_key(repo_id, command)
82
"#{key_prefix(repo_id)}:#{Digest::SHA256.hexdigest(command)[0..16]}"
0 commit comments