浏览代码

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