Skip to content

Commit 11a7b37

Browse files
Fix typo
Co-authored-by: Ian Guedes Maia <iangmaia@users.noreply.github.com>
1 parent b0e55f0 commit 11a7b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fastlane/plugin/wpmreleasetoolkit/actions/common/openai_generate_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def self.examples
9595
question: "Help me write release notes for the following items:\n#{items}",
9696
api_token: get_required_env('OPENAI_API_TOKEN')
9797
)
98-
File.write(File.join('fastlane', 'metadata', 'android', en-US', 'changelogs', 'default.txt'), nice_changelog)
98+
File.write(File.join('fastlane', 'metadata', 'android', 'en-US', 'changelogs', 'default.txt'), nice_changelog)
9999
EXEMPLE
100100
]
101101
end

0 commit comments

Comments
 (0)