Browse Source

meta(devtools): Missing a couple dots (#17077)

Evan Purkhiser 5 years ago
parent
commit
0951f3ec7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .envrc

+ 1 - 1
.envrc

@@ -104,7 +104,7 @@ else
     fi
 fi
 
-info "Activating virtualenv."
+info "Activating virtualenv..."
 source .venv/bin/activate
 # XXX: ideally, direnv is able to export PS1 as modified by sourcing venvs
 #      but we'd have to patch direnv, and ".venv" isn't descriptive anyways