update
This commit is contained in:
parent
5a6c4d367c
commit
1a3a9fc20d
@ -2,7 +2,7 @@ class HomeController < ApplicationController
|
|||||||
def index
|
def index
|
||||||
config = get_conf
|
config = get_conf
|
||||||
# @current_dir = config["project_path"]
|
# @current_dir = config["project_path"]
|
||||||
@current_dir = `~`
|
@current_dir = "~"
|
||||||
file_directory(@current_dir)
|
file_directory(@current_dir)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user