Преглед изворни кода

Fastlane: Use single quotes

Carola Nitz пре 6 година
родитељ
комит
57bf7b1188
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -114,7 +114,7 @@ end
 desc 'Apply privateConstants patch including credentials'
 private_lane :git_apply_private_constants do
   Dir.chdir('..') do
-    sh("xcrun git apply 0001-privateConstants.patch")
+    sh('xcrun git apply 0001-privateConstants.patch')
   end
 end