Skip to content

Commit

Permalink
Moving a colon around to make ansible yaml parser happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson committed Jan 18, 2019
1 parent 88f9c19 commit 1cf1890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion products/spanner/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ objects:
Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- !ruby/object:Api::Type::Enum
name: 'state'
description: Instance status: `CREATING` or `READY`.
description: |
Instance status: `CREATING` or `READY`.
output: true
# This attribute is not useful - we include it in Terraform for historical
# reasons, but you should most likely not use it.
Expand Down

0 comments on commit 1cf1890

Please sign in to comment.