Navigation Menu

Skip to content

Commit

Permalink
status => state
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent fbadedf commit 9fc3baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gcs-describe-domain
Expand Up @@ -41,7 +41,7 @@ function report(domain) {
console.log('=======');
domain.indexFields.forEach(function(field) {
console.log('%s %s %s (%s)',
field.name, field.status, field.type, field.options);
field.name, field.state, field.type, field.options);
});
console.log('======================');
}
Expand Down

0 comments on commit 9fc3baa

Please sign in to comment.