From b133de9827ed75dc36f9f0aea10426ce33bbb41c Mon Sep 17 00:00:00 2001 From: Dan Armendariz Date: Fri, 11 Sep 2015 18:25:37 -0400 Subject: [PATCH] Allow folder hierarchy root name to be configurable --- plugins/c9.fs/fs.cache.xml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/c9.fs/fs.cache.xml.js b/plugins/c9.fs/fs.cache.xml.js index 8257ec87..3aade7a0 100644 --- a/plugins/c9.fs/fs.cache.xml.js +++ b/plugins/c9.fs/fs.cache.xml.js @@ -633,7 +633,7 @@ define(function(require, exports, module) { model.collapse(all[i]); } model.projectDir = { - label: c9.projectName, + label: options.rootLabel || c9.projectName, isFolder: true, path: "/", status: "pending",