Commit 9b242e6
Changed files (1)
bin
bin/add
@@ -3,6 +3,6 @@
require 'uri'
uri = URI.parse(ARGV[0])
-destination = "bundle/tools/#{uri.path.split('/')[-1]}"
+destination = "pack/plugins/start/#{uri.path.split('/')[-1]}"
exec "git submodule add #{uri.to_s} #{destination}"