Skip to content

Commit b4649ba

Browse files
Fix linting issue
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
1 parent 7781eac commit b4649ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contrib/tag-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ if [[ -n ${SIGN_TAG-} ]]; then
3737
git tag -s -m "${new_tag}" "${new_tag}" &>/dev/null && echo "created signed tag ${new_tag}" >&2 && exit
3838
else
3939
git tag -a -m "${new_tag}" "${new_tag}" &>/dev/null && echo "created annotated tag ${new_tag}" >&2 && exit
40-
fi
40+
fi

hook-bootkit/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ type tinkConfig struct {
4040

4141
// tinkServerTLS is whether or not to use TLS for tink-server communication.
4242
tinkServerTLS string
43-
httpProxy string
44-
httpsProxy string
45-
noProxy string
43+
httpProxy string
44+
httpsProxy string
45+
noProxy string
4646
}
4747

4848
const maxRetryAttempts = 20

0 commit comments

Comments
 (0)