Disable vcpkg fetch for now

This commit is contained in:
Alexander Karatarakis 2018-04-04 21:47:50 -07:00
parent e6ed2f8902
commit 0108d6ea28

View File

@ -43,7 +43,7 @@ namespace vcpkg::Commands
{"portsdiff", &PortsDiff::perform_and_exit},
{"autocomplete", &Autocomplete::perform_and_exit},
{"hash", &Hash::perform_and_exit},
{"fetch", &Fetch::perform_and_exit},
// {"fetch", &Fetch::perform_and_exit},
};
return t;
}