Przeglądaj źródła

rbenv-versions doesn't require a default to be present

pull/360/head^2
Sam Stephenson 13 lat temu
rodzic
commit
1235cbd0ef
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      libexec/rbenv-versions

+ 1
- 1
libexec/rbenv-versions Wyświetl plik

@ -1,6 +1,6 @@
#!/usr/bin/env bash -e
RBENV_VERSION="$(rbenv-version)"
RBENV_VERSION="$(rbenv-version || true)"
hit_prefix="* "
miss_prefix=" "

Ładowanie…
Anuluj
Zapisz