Skip to content

Commit 6d1a3f8

Browse files
committed
Change name to fullName
fullName looks more informative
1 parent 83df6c7 commit 6d1a3f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GitHubListener/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCent
203203
for commit in commits.reversed() {
204204
let testDate:Date = commit.description.author.date
205205
if (date != nil && date != testDate) {
206-
self.showNotification(title: "\(repo.name)", subtitle: "\(commit.author.login) added commit", informativeText: commit.description.message, image: commit.author.avatarUrl, url: commit.htmlUrl)
206+
self.showNotification(title: "\(repo.fullName)", subtitle: "\(commit.author.login) added commit", informativeText: commit.description.message, image: commit.author.avatarUrl, url: commit.htmlUrl)
207207
}
208208
}
209209
}

0 commit comments

Comments
 (0)