update deprecated argument
This commit is contained in:
parent
41d037206d
commit
99c0a10b93
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ in stdenv.mkDerivation {
|
|||
find . -name "*.md" -print0 | \
|
||||
while IFS= read -r -d ''' f; do
|
||||
substituteInPlace "''${f}" \
|
||||
--replace \
|
||||
--replace-quiet \
|
||||
'@REPO@' \
|
||||
"${ghRoot}" 2>/dev/null
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue