v1.1.0
This commit is contained in:
parent
6b030fd41d
commit
ba8048d710
15 changed files with 141 additions and 147 deletions
|
@ -42,7 +42,7 @@ class Gitosis
|
|||
end
|
||||
|
||||
def destroy_project(project)
|
||||
FileUtils.rm_rf(project.path_to_repo)
|
||||
`sudo -u git rm -rf #{project.path_to_repo}`
|
||||
|
||||
conf = IniFile.new(File.join(@local_dir,'gitosis','gitosis.conf'))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue