Skip to content

Commit f8c81bf

Browse files
committed
Fix verify-markdown-link.sh boilerplate
1 parent 4733783 commit f8c81bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hack/verify-markdown-link.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright 2020 The Kubernetes Authors.
3+
# Copyright 2014 The Kubernetes Authors.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -13,10 +13,10 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16-
17-
set -o errexit
18-
set -o nounset
19-
set -o pipefail
16+
17+
set -o errexit
18+
set -o nounset
19+
set -o pipefail
2020

2121
log_error() {
2222
echo "ERROR: $*" 1>&2

0 commit comments

Comments
 (0)