Fix execution build
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ func NewStateDir(root, id string) (StateDir, error) {
|
||||
os.RemoveAll(path)
|
||||
return "", err
|
||||
}
|
||||
return StateDir(path), err
|
||||
return StateDir(path), nil
|
||||
}
|
||||
|
||||
func (s StateDir) Delete() error {
|
||||
|
||||
Reference in New Issue
Block a user