Skip to content

Commit bbd94bb

Browse files
committed
chore: fix typo
Signed-off-by: Sebastian Davids <[email protected]>
1 parent 8434eba commit bbd94bb

6 files changed

+11
-11
lines changed

scripts/cert-self-signed.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818

19-
# script needs to be invoked from project root directory
19+
# script needs to be invoked from project's root directory
2020

2121
set -Eeu -o pipefail
2222

scripts/dependency-check.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
#
4-
# Copyright (c) 2022-2023, Sebastian Davids
4+
# Copyright (c) 2022-2024, Sebastian Davids
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818

19-
# script needs to be invoked from the project root directory
19+
# script needs to be invoked from the project's root directory
2020

2121
set -eu
2222

scripts/docker-build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
#
4-
# Copyright (c) 2020-2023, Sebastian Davids
4+
# Copyright (c) 2020-2024, Sebastian Davids
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818

19-
# script needs to be invoked from project root directory
19+
# script needs to be invoked from project's root directory
2020

2121
set -eu
2222

scripts/node_modules-clean.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
#
4-
# Copyright (c) 2020, Sebastian Davids
4+
# Copyright (c) 2020-2024, Sebastian Davids
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818

19-
# script needs to be invoked from project root directory
19+
# script needs to be invoked from project's root directory
2020

2121
set -eu
2222

scripts/preinstall.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
#
4-
# Copyright (c) 2023, Sebastian Davids
4+
# Copyright (c) 2023-2024, Sebastian Davids
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818

19-
# script needs to be invoked from the project root directory
19+
# script needs to be invoked from the project's root directory
2020

2121
set -eu
2222

scripts/prepare.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
#
4-
# Copyright (c) 2023, Sebastian Davids
4+
# Copyright (c) 2023-2024, Sebastian Davids
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818

19-
# script needs to be invoked from the project root directory
19+
# script needs to be invoked from the project's root directory
2020

2121
set -eu
2222

0 commit comments

Comments
 (0)