aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_hash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/commands_hash.cpp')
-rw-r--r--toolsrc/src/commands_hash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_hash.cpp b/toolsrc/src/commands_hash.cpp
index 092b05bd1..2ffa3a9aa 100644
--- a/toolsrc/src/commands_hash.cpp
+++ b/toolsrc/src/commands_hash.cpp
@@ -24,7 +24,7 @@ namespace vcpkg::Commands::Hash
System::println(hash);
}
- void perform_and_exit(const vcpkg_cmd_arguments& args)
+ void perform_and_exit(const VcpkgCmdArguments& args)
{
static const std::string example = Strings::format(
"The argument should be a file path\n%s", Commands::Help::create_example_string("hash boost_1_62_0.tar.bz2"));