Skip to content

Commit 0873a31

Browse files
authored
corrected flags in .sh.j2 file as this will be used to generate the .sh file (#438)
1 parent bd81554 commit 0873a31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/hive/examples/getting_started/getting_started.sh.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ fi
8282
echo "Installing MinIO and PostgreSQL with stackablectl"
8383
# tag::stackablectl-install-minio-postgres-stack[]
8484
stackablectl \
85-
--additional-stacks-file stackablectl-hive-postgres-minio-stack.yaml \
86-
--additional-releases-file release.yaml \
85+
--stack-file stackablectl-hive-postgres-minio-stack.yaml \
86+
--release-file release.yaml \
8787
stack install hive-minio-postgres
8888
# end::stackablectl-install-minio-postgres-stack[]
8989
;;

0 commit comments

Comments
 (0)