• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

gitリポジトリのurlを貼り付けるだけでアプリケーションのビルドを実行するアプリ。 macOS用


Commit MetaInfo

修订版f7d535eb14b789632e60c4cd268ad055760082aa (tree)
时间2018-04-07 23:37:10
作者masakih <masakih@user...>
Commitermasakih

Log Message

typoを修正

更改概述

差异

--- a/AppBuilderWithGit/Git.swift
+++ b/AppBuilderWithGit/Git.swift
@@ -139,7 +139,7 @@ final class Git {
139139 try excuteGit(workingURL: workingURL, args: args)
140140 }
141141
142- private func pul() throws {
142+ private func pull() throws {
143143
144144 let workingURL = ApplicationDirecrories.support.appendingPathComponent(repositoryName)
145145
@@ -152,7 +152,7 @@ final class Git {
152152
153153 do {
154154
155- try pul()
155+ try pull()
156156
157157 try submoduleUpdate()
158158