Skip to content

Commit

Permalink
import path
Browse files Browse the repository at this point in the history
  • Loading branch information
AriehSchneier authored Nov 18, 2024
1 parent a5052cd commit 53f1020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/sysl/sysl.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"fmt"
"io"
"os"
"path"
"strings"

"github.com/anz-bank/sysl/pkg/arrai"
Expand Down Expand Up @@ -39,7 +40,7 @@ func main3(args []string, fs afero.Fs, logger *logrus.Logger, stdin io.Reader) e
if err != nil {
return err
}

for i, val := range runner.modules {
runner.modules[i] = path.Clean(val)
}
Expand Down

0 comments on commit 53f1020

Please sign in to comment.