remove trace
This commit is contained in:
parent
8f4aa0fcb3
commit
870493c34b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ let
|
|||
then imported.value
|
||||
else {
|
||||
src = filterSource
|
||||
(path: type: type != "directory" || (baseNameOf path != ".git" && (all (x: trace x path != x) filter)))
|
||||
(path: type: type != "directory" || (baseNameOf path != ".git" && (all (x: path != x) filter)))
|
||||
(/. + root);
|
||||
builder = ''
|
||||
#!/bin/sh
|
||||
|
|
Loading…
Add table
Reference in a new issue