Renamed centurylink to v2tec.

This commit is contained in:
Fabrizio Steiner 2017-01-24 19:07:25 +01:00
parent 07924aacad
commit f1822f9cd2
6 changed files with 19 additions and 21 deletions

View file

@ -3,7 +3,7 @@ package actions
import (
"sort"
"github.com/CenturyLinkLabs/watchtower/container"
"github.com/v2tec/watchtower/container"
)
func watchtowerContainersFilter(c container.Container) bool { return c.IsWatchtower() }