This commit is contained in:
mr 2024-11-07 12:46:00 +01:00
parent e6ca520a88
commit 4c0c75be91

View File

@ -24,7 +24,7 @@ var argoType = [...]string{
}
// New creates a new instance of the StorageResource struct
func (dma StorageType) ToArgo() string {
func (dma StorageSize) ToArgo() string {
return argoType[dma]
}