Browse Source

add urbit starters

reid 2 năm trước cách đây
mục cha
commit
249a8e6832
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docker/docker.go

+ 1 - 1
docker/docker.go

@@ -248,7 +248,7 @@ func getCurrentContainerInfo(containerType string) (map[string]string, error) {
 	if !ok {
 		return nil, fmt.Errorf("%s is not a map", releaseChannel)
 	}
-	containerData, ok := channel[containerType].(map[string]interface{})
+	containerData, ok := channel[containerType].(map[string]string)
 	if !ok {
 		return nil, fmt.Errorf("%s data is not a map", containerType)
 	}