From c36ee1dbe6810660bc613ea0809c143e130ebee3 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 5 Dec 2013 18:56:44 -0800 Subject: [PATCH] Add getGitHubTokenName --- src/atom.coffee | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/atom.coffee b/src/atom.coffee index be1b3af49..8314f4565 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -352,6 +352,10 @@ class Atom getVersion: -> app.getVersion() + # Public: Get the name of the github token in the keychain + getGitHubTokenName: -> + 'Atom GitHub API Token' + # Public: Get the directory path to Atom's configuration area. # # Returns the absolute path to ~/.atom