Explorar el Código

Fastlane: Use single quotes

Carola Nitz hace 6 años
padre
commit
57bf7b1188
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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