Skip to content

Commit

Permalink
Fix atom typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Jul 23, 2015
1 parent 27e95a4 commit f694742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stanchion_utils.erl
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ get_keys_and_values(BucketName) ->
get_manifests_raw(RiakcPid, Bucket, Key) ->
ManifestBucket = to_bucket_name(objects, Bucket),
{Res, TAT} = ?TURNAROUND_TIME(riakc_pb_socket:get(RiakcPid, ManifestBucket, Key)),
stanchion_stats:update([riakc, get_manifests], TAT),
stanchion_stats:update([riakc, get_manifest], TAT),
Res.

%% @doc Extract the value from a Riak object.
Expand Down

0 comments on commit f694742

Please sign in to comment.