Skip to content

Commit

Permalink
Revert "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 d3522ea commit 32176c3
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 32176c3

Please sign in to comment.