Skip to content

Commit

Permalink
positional argument at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 9, 2019
1 parent c3d1db4 commit 39fc75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/appveyor/conda/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ call "%CONDA_ROOT%\Scripts\activate.bat" base

pushd "scripts\\appveyor\\conda\\recipe"
dir
conda build . --output c:\projects\pdal\build\pdal-%APPVEYOR_REPO_COMMIT%-py37_appveyor.tar.bz2
conda build --output c:\projects\pdal\build\pdal-%APPVEYOR_REPO_COMMIT%-py37_appveyor.tar.bz2 .
popd

0 comments on commit 39fc75a

Please sign in to comment.