aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_remove.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 15:42:26 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:44:43 -0700
commitcf3ee7c2a5adc88493f3a597a967bfcff369777f (patch)
treef08a32a04e29bcc944cb0e82aadcab4a98db2b47 /toolsrc/src/commands_remove.cpp
parent7ca52532c25ed52430c2e3d97b2cd6ce0dd9f18e (diff)
downloadvcpkg-cf3ee7c2a5adc88493f3a597a967bfcff369777f.tar.gz
vcpkg-cf3ee7c2a5adc88493f3a597a967bfcff369777f.zip
Want: change enum constants to ALL_UPPER
Diffstat (limited to 'toolsrc/src/commands_remove.cpp')
-rw-r--r--toolsrc/src/commands_remove.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_remove.cpp b/toolsrc/src/commands_remove.cpp
index 21f202570..fa8950773 100644
--- a/toolsrc/src/commands_remove.cpp
+++ b/toolsrc/src/commands_remove.cpp
@@ -31,7 +31,7 @@ namespace vcpkg::Commands::Remove
{
StatusParagraph& pkg = **status_db->find(spec.name(), spec.target_triplet());
- pkg.want = Want::purge;
+ pkg.want = Want::PURGE;
pkg.state = InstallState::HALF_INSTALLED;
write_update(paths, pkg);