aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-04-04 19:37:31 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-04-06 17:24:46 -0700
commit863a8f3329356d260c02c0d6f855e81fd1e2cea9 (patch)
treeced4e1dc1ccabf9035cdad208666688616516a08 /toolsrc/src
parent23c2b82535d24a8ef343ce2ca36e5a63d111dcd8 (diff)
downloadvcpkg-863a8f3329356d260c02c0d6f855e81fd1e2cea9.tar.gz
vcpkg-863a8f3329356d260c02c0d6f855e81fd1e2cea9.zip
[vcpkgTools.xml] Rename archiveRelativePath to archiveName
Diffstat (limited to 'toolsrc/src')
-rw-r--r--toolsrc/src/vcpkg/commands.fetch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg/commands.fetch.cpp b/toolsrc/src/vcpkg/commands.fetch.cpp
index cfb1b6c2a..10153293c 100644
--- a/toolsrc/src/vcpkg/commands.fetch.cpp
+++ b/toolsrc/src/vcpkg/commands.fetch.cpp
@@ -75,7 +75,7 @@ namespace vcpkg::Commands::Fetch
static const std::regex EXE_RELATIVE_PATH_REGEX{
Strings::format(R"###(<exeRelativePath>([\s\S]*?)</exeRelativePath>)###")};
static const std::regex ARCHIVE_RELATIVE_PATH_REGEX{
- Strings::format(R"###(<archiveRelativePath>([\s\S]*?)</archiveRelativePath>)###")};
+ Strings::format(R"###(<archiveName>([\s\S]*?)</archiveName>)###")};
static const std::regex URL_REGEX{Strings::format(R"###(<url>([\s\S]*?)</url>)###")};
const std::regex tool_regex{