We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7781eac commit b4649baCopy full SHA for b4649ba
contrib/tag-release.sh
@@ -37,4 +37,4 @@ if [[ -n ${SIGN_TAG-} ]]; then
37
git tag -s -m "${new_tag}" "${new_tag}" &>/dev/null && echo "created signed tag ${new_tag}" >&2 && exit
38
else
39
git tag -a -m "${new_tag}" "${new_tag}" &>/dev/null && echo "created annotated tag ${new_tag}" >&2 && exit
40
-fi
+fi
hook-bootkit/main.go
@@ -40,9 +40,9 @@ type tinkConfig struct {
41
// tinkServerTLS is whether or not to use TLS for tink-server communication.
42
tinkServerTLS string
43
- httpProxy string
44
- httpsProxy string
45
- noProxy string
+ httpProxy string
+ httpsProxy string
+ noProxy string
46
}
47
48
const maxRetryAttempts = 20
0 commit comments