Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Correct NetKAN staging metadata parser #60

Closed
techman83 opened this issue May 25, 2017 · 0 comments · Fixed by #66
Closed

Correct NetKAN staging metadata parser #60

techman83 opened this issue May 25, 2017 · 0 comments · Fixed by #66

Comments

@techman83
Copy link
Member

Currently

method _build_staging {
  return $self->_raw->{config}{'x-netkan-staging'} ? $self->_raw->{config}{'x-netkan-staging'} : 0 ;
}

Should be

method _build_staging {
  return $self->_raw->{config}{'x_netkan_staging'} ? $self->_raw->{config}{'x_netkan_staging'} : 0 ;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant