Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 10, 2015
1 parent 2713bcf commit 18e77ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/redmine_git_hosting/cache/redis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def key_prefix(repo_id)
end


# Make SHAR256 of the Git command as identifier
# Make SHA256 of the Git command as identifier
#
def hash_key(repo_id, command)
"#{key_prefix(repo_id)}:#{Digest::SHA256.hexdigest(command)[0..16]}"
Expand Down

0 comments on commit 18e77ec

Please sign in to comment.