Skip to content

Commit

Permalink
Fix how we set workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
obierlaire committed Oct 2, 2023
1 parent 163a825 commit 4858cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Example usages:
log.Fatal(err)
}

var input string
input := workdir
if len(args) != 0 {
input = args[0]
if !filepath.IsAbs(input) {
Expand Down

0 comments on commit 4858cd7

Please sign in to comment.