From eb9681a7ccbb9f217af1cef1781855b100953914 Mon Sep 17 00:00:00 2001 From: Neraud Date: Sat, 4 Aug 2018 17:37:33 +0200 Subject: [PATCH] Changed the graph_category to file_transfer --- plugins/git/git_commit_behind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git/git_commit_behind b/plugins/git/git_commit_behind index 42ae96b1..fdd07704 100755 --- a/plugins/git/git_commit_behind +++ b/plugins/git/git_commit_behind @@ -159,7 +159,7 @@ def print_config(): print('graph_scale yes') print('graph_info This graph shows the number of commits behind' + ' for each configured git repository') - print('graph_category system') + print('graph_category file_transfer') print('graph_order %s' % ' '.join(repo_codes))