~charles/asdf-rq

a414213268fcdd722728c3333f1b8cb9262244fe — Charles A. Daniels 1 year, 10 months ago aa99df3
fix typo
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/utils.bash
M lib/utils.bash => lib/utils.bash +1 -1
@@ 60,7 60,7 @@ download_sources() {
  local version="$1"
  local source_path="$2"

  if !echo "$version" | grep '^v.*' ; then
  if ! echo "$version" | grep '^v.*' ; then
    version="v$version"
  fi