Skip to content

Commit b8382bd

Browse files
committed
Fix typo in publish script
1 parent 65fdba4 commit b8382bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ hugo -s 3.0 -d "${outdir}/3.0" -b https://oracle.github.io/weblogic-kubernetes-o
4747
hugo -s 3.1 -d "${outdir}/3.1" -b https://oracle.github.io/weblogic-kubernetes-operator/3.1
4848
hugo -s 3.2 -d "${outdir}/3.2" -b https://oracle.github.io/weblogic-kubernetes-operator/3.2
4949
hugo -s 3.3 -d "${outdir}/3.3" -b https://oracle.github.io/weblogic-kubernetes-operator/3.3
50-
hugo -s 3.4 -d "${outdir}/3.3" -b https://oracle.github.io/weblogic-kubernetes-operator/3.4
50+
hugo -s 3.4 -d "${outdir}/3.4" -b https://oracle.github.io/weblogic-kubernetes-operator/3.4
5151

5252
echo "Copying static files into place..."
5353
cp -R charts domains swagger "${outdir}"

0 commit comments

Comments
 (0)