Some minor fixes

This commit is contained in:
2024-05-05 13:32:40 +02:00
parent c41158204a
commit 780cecea90
2 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@ func (app *Application) Create(ctx context.Context) error {
RepositoryKind: "oci",
RepositoryName: "softplayer",
}
goPath := os.TempDir() + "softplayer"
goPath := os.TempDir() + "/softplayer"
if err := os.MkdirAll(goPath, 0777); err != nil {
return err
}