Skip to content

Commit 0c4fb4c

Browse files
Fix extension name
1 parent 349983b commit 0c4fb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitHubManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ define(function (require, exports, module) {
3434
loginDialog = require("text!templates/login-dialog.html"),
3535
cloneDialogData = require("text!json/clone-dialog.json"),
3636
loginDialogData = require("text!json/login-dialog.json"),
37-
prefs = PreferencesManager.getExtensionPrefs("bsirlinger.GitHubAccess");
37+
prefs = PreferencesManager.getExtensionPrefs("bsirlinger.github-access");
3838

3939
function GitHubManager() {
4040
}

0 commit comments

Comments
 (0)