Doxfile in shaddox-0.0.4 vs Doxfile in shaddox-0.0.5

- old
+ new

@@ -7,11 +7,11 @@ }, :installer => :apt } repo :test, { - :foo => "bar" + :url => "https://github.com/joshglendenning/profile.git" } task :foo do sh "echo 'foo'" end @@ -32,6 +32,10 @@ sh "notacommand" end task :sudo do sh "sudo echo 'this is a sudo echo'" +end + +task :git_clone do + repo_clone :test, "~/test" end