Skip to content

Commit 09e123e

Browse files
committed
hack/update-template.sh: source update-template-oraclelinux.sh
Signed-off-by: Norio Nomura <[email protected]>
1 parent 141b92f commit 09e123e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/update-template.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ if [[ ${BASH_SOURCE[0]} == "${0}" ]]; then
156156
. "${scriptdir}/update-template-almalinux.sh"
157157
# shellcheck source=./update-template-rocky.sh
158158
. "${scriptdir}/update-template-rocky.sh"
159+
# shellcheck source=./update-template-oraclelinux.sh
160+
. "${scriptdir}/update-template-oraclelinux.sh"
159161
else
160162
# this script is sourced
161163
return 0

0 commit comments

Comments
 (0)