summaryrefslogtreecommitdiffstatshomepage
path: root/compose-cli/uninstall
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-08 16:42:12 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-08 16:42:12 -0600
commit4cffe4db58ccdc08eeadbff0cc123caa010cd710 (patch)
tree7486731c97b11d04b665bbc31266160169ddba33 /compose-cli/uninstall
parentddfc36b56f13024c59823a0f491d8b75e34d3fb2 (diff)
revert: removed unused configs; wrote new install script
Diffstat (limited to 'compose-cli/uninstall')
-rwxr-xr-xcompose-cli/uninstall5
1 files changed, 0 insertions, 5 deletions
diff --git a/compose-cli/uninstall b/compose-cli/uninstall
deleted file mode 100755
index 560da86..0000000
--- a/compose-cli/uninstall
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env bash
-
-if rm ~/.docker/cli-plugins/docker-compose; then
- echo "compose-cli: uninstalled"
-fi