Skip to content

Commit

Permalink
issue #7 :: filepath restore to initializing
Browse files Browse the repository at this point in the history
  • Loading branch information
reneManqueros authored and dugajean committed Sep 24, 2022
1 parent 7d67721 commit d10eedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (p *Parser) parseTasks() error {
return err
}

var allFilesPaths []string
allFilesPaths := []string{}

for k, c := range tasks {
filePaths := []string{}
Expand Down

0 comments on commit d10eedc

Please sign in to comment.