Commit 9b242e6

mo khan <mo.khan@gmail.com>
2019-10-27 19:17:20
change path in `add` script
1 parent d58df99
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}"