Commit 809a4bd3 authored by Yuanpeng's avatar Yuanpeng
Browse files

fix grammar

parent 85194f5b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ unset SESSION_MANAGER
CONDA_ENVIRON=addie
# If `dev` or `qa` version requested, default to `--mode=mantid`.
mode_arg=""
if [ ! -z "$1" ]; then
if [ -n "$1" ]; then
  if [ "$1" == "--dev" ]; then
    CONDA_ENVIRON=addie-dev
    shift  # drop this argument