Skip to content

Commit efd2afc

Browse files
GrantBirkiCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 15c4876 commit efd2afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hooks/plugins/auth/timestamp_validator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def parse_time_safely(timestamp_value)
125125
def log_warning(message)
126126
return unless defined?(Hooks::Log) && Hooks::Log.instance
127127

128-
Hooks::Log.instance.warn("Auth::HMAC validation failed: #{message}")
128+
Hooks::Log.instance.warn("Auth::TimestampValidator validation failed: #{message}")
129129
end
130130
end
131131
end

0 commit comments

Comments
 (0)