Skip to content

Commit 9ba0a5c

Browse files
committed
Replace ref- prefix in output of list command with ref:
1 parent 8a2fd85 commit 9ba0a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ list_installed_versions() {
4848
if [ -d "$plugin_installs_path" ]; then
4949
# shellcheck disable=SC2045
5050
for install in $(ls -d "${plugin_installs_path}"/*/ 2>/dev/null); do
51-
basename "$install"
51+
basename "$install" | sed 's/^ref-/ref:/'
5252
done
5353
fi
5454
}

0 commit comments

Comments
 (0)