Skip to content

Commit f19c432

Browse files
committed
Fix typo
1 parent 07f5bb7 commit f19c432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_git_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def self.final_tag(version)
6969
def self.localize_project()
7070
Action.sh("cd #{ENV["PROJECT_ROOT_FOLDER"]} && ./Scripts/localize.py")
7171
Action.sh("git add #{ENV["PROJECT_ROOT_FOLDER"]}#{ENV["PROJECT_NAME"]}*.lproj/Localizable.strings")
72-
is_repo_clean = `git status --porcelain`.empty?
72+
is_repo_clean = `git status --porcelain`.empty?
7373
if is_repo_clean then
7474
UI.message("No new strings, skipping commit.")
7575
else

0 commit comments

Comments
 (0)