Doxfile in shaddox-0.0.17 vs Doxfile in shaddox-0.0.18

- old
+ new

@@ -20,13 +20,10 @@ sh "echo 'bar'" end task :install => :foobar do install 'zsh' - repo_clone :profile, "~" - cd "~/profile" do - sh "shaddox install" - end + repo_deploy :profile, "~/repo_test/profile" end task :broken => :foo do sh "notacommand" end