Created
February 21, 2018 19:37
-
-
Save misterdjules/9cc022687c1284c78b8d32679ebcd839 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/machines.js b/lib/machines.js | |
index 1ae8960..681acc7 100644 | |
--- a/lib/machines.js | |
+++ b/lib/machines.js | |
@@ -271,7 +271,7 @@ function getListOptions(req) { | |
switch (req.params.type) { | |
case 'smartmachine': | |
- opts.predicate = '{ "and" [ ' + | |
+ opts.predicate = '{ "and": [ ' + | |
'{ "ne": [ "brand", "kvm" ] }, ' + | |
'{ "ne": [ "brand", "bhyve" ] }' + | |
' ] }'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment