Skip to content

Commit 478b962

Browse files
committed
Soft-wrap hard-wrapped comments in configure_download_action.rb
Use a longer line length and prefer semantic line breaks to hard-wraps. See #342 (comment)
1 parent b051c41 commit 478b962

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/configure/configure_download_action.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ def self.run(params = {})
1717
end
1818

1919
# Ensure the git repository at `~/.mobile-secrets` is up to date.
20-
# If the secrets repo is in a detached HEAD state, skip the pull,
21-
# since it will fail.
20+
# If the secrets repo is in a detached HEAD state, skip the pull, since it will fail.
2221
def self.update_repository
2322
secrets_repo_branch = Fastlane::Helper::ConfigureHelper.repo_branch_name
2423

0 commit comments

Comments
 (0)