Add missing pieces due to rebase

This commit is contained in:
Marcos Lilljedahl
2017-09-12 17:17:19 -03:00
parent 81d9d9c9b6
commit 6eacb85fc3
3 changed files with 4 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ type instanceInfo struct {
id string
}
func NewWindows(f docker.FactoryApi, st storage.StorageApi) *windows {
func NewWindowsASG(f docker.FactoryApi, st storage.StorageApi) *windows {
return &windows{factory: f, storage: st}
}