Skip to content

Commit 18e77ec

Browse files
author
root
committed
Typo
1 parent 2713bcf commit 18e77ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redmine_git_hosting/cache/redis.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def key_prefix(repo_id)
7676
end
7777

7878

79-
# Make SHAR256 of the Git command as identifier
79+
# Make SHA256 of the Git command as identifier
8080
#
8181
def hash_key(repo_id, command)
8282
"#{key_prefix(repo_id)}:#{Digest::SHA256.hexdigest(command)[0..16]}"

0 commit comments

Comments
 (0)