]> git.lizzy.rs Git - micro.git/blobdiff - tools/vendor-src.sh
Merge branch 'fix-xml-highlighting' of https://github.com/ariasuni/micro into ariasun...
[micro.git] / tools / vendor-src.sh
index fc491231647eed05c4513c7da3536c80a003b47b..9c95a27ceb7ec29f2ca6f73ccc6ad919790b8a36 100755 (executable)
@@ -1,14 +1,6 @@
-cd ../cmd/micro
-
-govendor init
-govendor add +e
-
-cd ../../..
+cd ../..
 
 tar czf "$1".tar.gz micro
 zip -rq "$1".zip micro
 mv "$1".tar.gz micro
 mv "$1".zip micro
-
-cd micro/cmd/micro
-rm -rf vendor