latest
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-22 14:25:35 -07:00
parent 7df558d8d0
commit 01bffc8388
10 changed files with 14 additions and 11 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ import (
"bytes"
"path/filepath"
"git.eeqj.de/sneak/mfer/internal/log"
"git.eeqj.de/sneak/mfer/mfer"
"github.com/urfave/cli/v2"
"sneak.berlin/go/mfer/internal/log"
"sneak.berlin/go/mfer/mfer"
)
func (mfa *CLIApp) generateManifestOperation(ctx *cli.Context) error {
+1 -1
View File
@@ -5,8 +5,8 @@ import (
"os"
"time"
"git.eeqj.de/sneak/mfer/internal/log"
"github.com/urfave/cli/v2"
"sneak.berlin/go/mfer/internal/log"
)
type CLIApp struct {