Skip to content

Commit d1514ab

Browse files
markxnelsonrjeberhard
authored andcommitted
fix typo in create-domain script (#1306)
1 parent 317d919 commit d1514ab

File tree

1 file changed

+1
-1
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv

1 file changed

+1
-1
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/create-domain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ source ${scriptDir}/../../common/validate.sh
2727
function usage {
2828
echo usage: ${script} -o dir -i file [-e] [-v] [-h]
2929
echo " -i Parameter inputs file, must be specified."
30-
echo " -o Ouput directory for the generated yaml files, must be specified."
30+
echo " -o Output directory for the generated yaml files, must be specified."
3131
echo " -e Also create the resources in the generated yaml files, optional."
3232
echo " -v Validate the existence of persistentVolumeClaim, optional."
3333
echo " -h Help"

0 commit comments

Comments
 (0)