Skip to content

Commit 5292afa

Browse files
committed
fix rbe credential helper header output
1 parent 4f0ddb2 commit 5292afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/credential-helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function get() {
5252
emit_headers "${KEYCHAIN}"
5353
fi
5454

55-
"{\"headers\":{}"
55+
echo "{\"headers\":{}}"
5656
exit 0
5757
}
5858

0 commit comments

Comments
 (0)