Skip to content

Commit

Permalink
fetchBinary backwards
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 26, 2019
1 parent 3ee2466 commit aff29fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdal/PDALUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ std::string fetchRemote(const std::string& path)
{
std::string temp = tempFilename(path);
arbiter::Arbiter a;
a.put(path, a.getBinary(temp));
a.put(temp, a.getBinary(path));
return temp;
}

Expand Down

0 comments on commit aff29fa

Please sign in to comment.