Skip to content

Commit 53fccd8

Browse files
Update CodeEdit/Features/SourceControl/Clone/ViewModels/GitCloneViewModel.swift
1 parent e7971de commit 53fccd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeEdit/Features/SourceControl/Clone/ViewModels/GitCloneViewModel.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ class GitCloneViewModel: ObservableObject {
6161
func cloneRepository(completionHandler: @escaping (URL) -> Void) {
6262
if !isGitInstalled() {
6363
showAlert(
64-
alertMsg: "Git installation not found",
65-
infoText: "Ensure Git is installed on your system and try again"
64+
alertMsg: "Git installation not found.",
65+
infoText: "Ensure Git is installed on your system and try again."
6666
)
6767
return
6868
}

0 commit comments

Comments
 (0)