Use subshell instead of argument redirection
I'm getting an access denied error, hopefully this will fix that.
This commit is contained in:
parent
016d9a4d12
commit
9855eb32ec
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ tasks:
|
||||||
"readme": .
|
"readme": .
|
||||||
}
|
}
|
||||||
}' < $readme \
|
}' < $readme \
|
||||||
| curl --fail-with-body --oauth2-bearer <(~/.vc-p4-auth) \
|
| curl --fail-with-body --oauth2-bearer "$(cat ~/.vc-p4-auth)" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d@- https://git.sr.ht/query
|
-d@- https://git.sr.ht/query
|
||||||
|
|
Loading…
Reference in a new issue