Skip to content

Commit

Permalink
Fix frozen string literal issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chaadow authored Jun 15, 2024
1 parent 5560d23 commit 99ba80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/core/mock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def self.random_letters_and_numbers(length)
end

def self.random_selection(characters, length)
selection = ""
selection = +""
length.times do
position = rand(characters.length)
selection << characters[position..position]
Expand Down

0 comments on commit 99ba80a

Please sign in to comment.