lib/powify/utils.rb in powify-0.8.5 vs lib/powify/utils.rb in powify-0.9.1
- old
+ new
@@ -15,11 +15,11 @@
# Install powify.dev
def install
uninstall
$stdout.puts "Cloning powify.dev from github and bundling powify.dev..."
- %x{git clone -q git@github.com:sethvargo/powify.dev.git powify && cd powify && bundle install --deployment && cd .. && mv powify "#{config['hostRoot']}"}
+ %x{git clone -q https://github.com/sethvargo/powify.git powify && cd powify && bundle install --deployment && cd .. && mv powify "#{config['hostRoot']}"}
$stdout.puts "Done!"
end
alias_method :reinstall, :install
# Uninstall powify.dev
@@ -28,6 +28,6 @@
$stdout.puts "Successfully removed powify.dev"
end
alias_method :remove, :uninstall
end
end
-end
\ No newline at end of file
+end