mirror of
https://github.com/rancher/os.git
synced 2025-09-11 03:31:04 +00:00
ros config get
shows default values
This commit is contained in:
2
vendor/github.com/cloudfoundry-incubator/candiedyaml/scanner.go
generated
vendored
2
vendor/github.com/cloudfoundry-incubator/candiedyaml/scanner.go
generated
vendored
@@ -909,7 +909,7 @@ func yaml_parser_fetch_next_token(parser *yaml_parser_t) bool {
|
||||
b == '@' || b == '`') ||
|
||||
(b == '-' && !is_blank(buf[pos+1])) ||
|
||||
(parser.flow_level == 0 &&
|
||||
(buf[pos] == '?' || buf[pos+1] == ':') &&
|
||||
(buf[pos] == '?' || buf[pos] == ':') &&
|
||||
!is_blank(buf[pos+1])) {
|
||||
return yaml_parser_fetch_plain_scalar(parser)
|
||||
}
|
||||
|
Reference in New Issue
Block a user