There was an error while loading. Please reload this page.
ref-
ref:
1 parent 8a2fd85 commit 9ba0a5cCopy full SHA for 9ba0a5c
1 file changed
lib/utils.sh
@@ -48,7 +48,7 @@ list_installed_versions() {
48
if [ -d "$plugin_installs_path" ]; then
49
# shellcheck disable=SC2045
50
for install in $(ls -d "${plugin_installs_path}"/*/ 2>/dev/null); do
51
- basename "$install"
+ basename "$install" | sed 's/^ref-/ref:/'
52
done
53
fi
54
}
0 commit comments