Quellcode durchsuchen

Fastlane: Use single quotes

Carola Nitz vor 6 Jahren
Ursprung
Commit
57bf7b1188
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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