Fix comment typo
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #229 Approved by: rhatdan
This commit is contained in:
parent
0ae9097b32
commit
daba9836c8
|
|
@ -865,7 +865,7 @@ func (s *SQLState) AddContainerToPod(pod *Pod, ctr *Container) error {
|
||||||
return ErrNotImplemented
|
return ErrNotImplemented
|
||||||
}
|
}
|
||||||
|
|
||||||
// RemoveContainerFromPods removes a container from the given pod
|
// RemoveContainerFromPod removes a container from the given pod
|
||||||
func (s *SQLState) RemoveContainerFromPod(pod *Pod, ctr *Container) error {
|
func (s *SQLState) RemoveContainerFromPod(pod *Pod, ctr *Container) error {
|
||||||
return ErrNotImplemented
|
return ErrNotImplemented
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue