Fix typo in new_apps script

pull/10616/head
Chris Goller 2017-01-27 11:31:02 -06:00
parent 8ed1cbd557
commit 5936c96201
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ cat > $APP_FILE << EOF
"i": "$CELLID",
"name": "User facing cell Name",
"queries": [{
"query": "select mean(\"used_percent from\") from disk",
"query": "select mean(\"used_percent\") from disk",
"groupbys": [],
"wheres": []
}]