Unfreeze valid features constant

This commit is contained in:
Brian Cain 2018-12-07 10:27:21 -08:00
parent 212f6ce8bb
commit 44fa134c48
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
module Vagrant
module Util
class Experimental
VALID_FEATURES = [].freeze
VALID_FEATURES = []
class << self
# A method for determining if the experimental flag has been enabled