Navigation Menu

Skip to content

Commit

Permalink
Output index field options correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent 372e2ec commit 903d135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gcs-configure-fields
Expand Up @@ -48,5 +48,5 @@ if (commandLine.options.delete) {
field.type = commandLine.options.type;
field.createSync();
console.log('Updated 1 Index Field:');
console.log(field.name + ' ' + field.state + ' ' + field.type + ' ()');
console.log('%s %s %s (%s)', field.name, field.state, field.type, field.options);
}

0 comments on commit 903d135

Please sign in to comment.