mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-02-14 18:09:51 +00:00
upgraded api update to v1/updated dependencies (#400)
* initial api update to v1 * updated dependencies * updated manifests * last bit of updates * fixed manifest typo * added deprecation warning
This commit is contained in:
@@ -41,6 +41,8 @@ func (o *StoreRootOpts) Store(ctx context.Context) (*store.Layout, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
o.StoreDir = abs
|
||||
|
||||
l.Debugf("using store at [%s]", abs)
|
||||
|
||||
if _, err := os.Stat(abs); errors.Is(err, os.ErrNotExist) {
|
||||
|
||||
Reference in New Issue
Block a user