Skip to content

Commit 5a05246

Browse files
committed
Consistent case in *print_*
1 parent 09faf25 commit 5a05246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/gather/lastpass_creds.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def database_paths
145145
'Safari' => "#{user_profile['AppData']}/Safari/Databases/safari-extension_com.lastpass.lpsafariextension-n24rep3bmn_0"
146146
}
147147
else
148-
print_error "platform not recognized: #{platform}"
148+
print_error "Platform not recognized: #{platform}"
149149
end
150150

151151
browser_path_map.each_pair do |browser, path|

0 commit comments

Comments
 (0)