fix: C-c/C-v
This commit is contained in:
parent
c17676d0f9
commit
a9a42ba33a
@ -77,7 +77,7 @@ func Images() (diis []Image, err error) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func Load(path string) (err error) {
|
func Load(path string, name string) (err error) {
|
||||||
exist := Container{name: name}.Exist()
|
exist := Container{name: name}.Exist()
|
||||||
if exist && UseCache {
|
if exist && UseCache {
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user