diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-14 04:13:03 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-14 04:13:03 -0700 |
| commit | be27ae05f081997556b3273ba23c6e574d469854 (patch) | |
| tree | 9abcfb71b0238e8c52152bc3fa7188dd8016e951 /toolsrc/src/commands_update.cpp | |
| parent | d55036a7978d122292f3e33c84ae49269ba5498b (diff) | |
| download | vcpkg-be27ae05f081997556b3273ba23c6e574d469854.tar.gz vcpkg-be27ae05f081997556b3273ba23c6e574d469854.zip | |
Version check is now performed before running any command
(except vcpkg version/hash/contact)
Diffstat (limited to 'toolsrc/src/commands_update.cpp')
| -rw-r--r-- | toolsrc/src/commands_update.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/src/commands_update.cpp b/toolsrc/src/commands_update.cpp index 42a8333bd..71ea4b063 100644 --- a/toolsrc/src/commands_update.cpp +++ b/toolsrc/src/commands_update.cpp @@ -68,8 +68,6 @@ namespace vcpkg::Commands::Update install_line); } - Version::warn_if_vcpkg_version_mismatch(paths); - Checks::exit_success(VCPKG_LINE_INFO); } } |
