diff --git a/install/from-scratch.sh b/install/from-scratch.sh
index 7ea5a70e7f37b6a571c03c50561cbf43cac00246..a11a2964cdc28a621eb4524e2170c129bb13fbb1 100755
--- a/install/from-scratch.sh
+++ b/install/from-scratch.sh
@@ -45,9 +45,9 @@ fi
 
 # the dependencies that come before anaconda are being pulled and pinned using
 # anaconda. When you update to a new version of anaconda make sure the
-# dependencies are still in the newer version of anaconda. If they are not there
-# anymore, you need to pin them if we still need them. Otherwise, remove them
-# from here too.
+# dependencies are still in the newer version of anaconda. If they are not
+# there anymore, you need to pin them if we still need them. Otherwise, remove
+# them from here too.
 
 echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..."
 ${CONDA} create --copy --yes -n ${NAME} \