From 1a3a9fc20d72f2f17977b01218fc82242a1f0446 Mon Sep 17 00:00:00 2001 From: bee0005 Date: Fri, 2 Sep 2016 06:20:43 +0000 Subject: [PATCH] update --- app/controllers/home_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index 26db170..37cf965 100644 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -2,7 +2,7 @@ class HomeController < ApplicationController def index config = get_conf # @current_dir = config["project_path"] - @current_dir = `~` + @current_dir = "~" file_directory(@current_dir) end end