Skip to content

Commit

Permalink
Add missing quotation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
tswicegood committed Nov 19, 2014
1 parent 94c2fc3 commit a5d206d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/activate.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ for /f "delims=" %%i in ("%~dp0..\envs") do (
)

set CONDA_NEW_ENV=%1
set CONDA_NEW_ENV=%CONDA_NEW_ENV:"=%
set CONDA_NEW_ENV=%CONDA_NEW_ENV:"=%"

if "%2" == "" goto skiptoomanyargs
echo ERROR: Too many arguments provided
Expand Down

0 comments on commit a5d206d

Please sign in to comment.