Skip to content

Commit

Permalink
add blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocabrera820 committed May 4, 2024
1 parent 40204a3 commit 657ed7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def self.add_rubygems_credentials

def self.generate_credentials_file
FileUtils.mkdir_p(gems_path)
credentials = '---'
credentials = '---\n'
File.open(credentials_file_path, 'w') { |f| f.write(credentials) }
end

Expand Down

0 comments on commit 657ed7d

Please sign in to comment.