Skip to content

Commit 599d422

Browse files
author
DeathAxe
committed
Fix: Status bar text template key name
This commit fixes the name of the `status_bar_text` setting in the Preferences.sublime-settings-hints. The wrong name caused PackageDev to not recognize the `git_gutter_status_bar_text` setting in the user preferences as valid key.
1 parent eb679d0 commit 599d422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Preferences.sublime-settings-hints

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
// {{line_committer_tz} -- the timezone string of commit
231231
// {{line_summary}} -- the first line of the commit message
232232
// {{line_previous}} -- the hash of the previous commit
233-
"status_bar_text": [
233+
"git_gitter_status_bar_text": [
234234
"{% if repo and branch %}",
235235
"{% if not st_git_status %}",
236236
"{{repo}}/{{branch}}",

0 commit comments

Comments
 (0)