File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ func main() {
127
127
}
128
128
err = ioutil .WriteFile (filepath .Join (finalOutputDirPath , "ignored.log" ),
129
129
[]byte (fmt .Sprintf ("file has already been seen at '%s', hash of file is %s\n " ,
130
- info .FilePath , info .Hash )),
130
+ info .PreviousFilePath , info .Hash )),
131
131
0600 )
132
132
if err != nil {
133
133
return fmt .Errorf ("failed to create log for ignored .NET file '%s' - %s" ,
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/schollz/progressbar/v2 v2.15.0
7
- github.com/stephen-fox/filesearch v0.0.2
7
+ github.com/stephen-fox/filesearch v0.0.3
8
8
github.com/stephen-fox/grp v0.0.1
9
9
)
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ github.com/stephen-fox/filesearch v0.0.1 h1:cOarNqLd/VbXdsURhrHLH0wreIvsfDBgCxNg
11
11
github.com/stephen-fox/filesearch v0.0.1 /go.mod h1:urSvtbMHFs4+qN82e0D1MiArxm4QHMD9EWEEO5XHm24 =
12
12
github.com/stephen-fox/filesearch v0.0.2 h1:b8pD5lfLuo08Pf80KscIF+NVy7/c08Moln+SS+RThzk =
13
13
github.com/stephen-fox/filesearch v0.0.2 /go.mod h1:urSvtbMHFs4+qN82e0D1MiArxm4QHMD9EWEEO5XHm24 =
14
+ github.com/stephen-fox/filesearch v0.0.3 /go.mod h1:urSvtbMHFs4+qN82e0D1MiArxm4QHMD9EWEEO5XHm24 =
14
15
github.com/stephen-fox/grp v0.0.0-20200719000303-06094b4b8ab2 h1:GQwhs4a1gLuFM3Mcqlm2EjhD2LfSTxKwC9Er5HpsagU =
15
16
github.com/stephen-fox/grp v0.0.0-20200719000303-06094b4b8ab2 /go.mod h1:Y6l1avUHFSqhwn2/n+88OE1ltYGNU5sFc1ZH6nf6UeQ =
16
17
github.com/stephen-fox/grp v0.0.1 h1:Wv7DYeM7fuBd843f0OoWmTofK2E1PgBQ+eINfBtZPJ0 =
You can’t perform that action at this time.
0 commit comments