We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8ab0b commit 07aca1dCopy full SHA for 07aca1d
scripts/nix-provision.sh
@@ -51,6 +51,7 @@ EOF
51
--extra-vars "postgresql_version=postgresql_${POSTGRES_MAJOR_VERSION}" \
52
--extra-vars "nix_secret_key=${NIX_SECRET_KEY}" \
53
--extra-vars "postgresql_major_version=${POSTGRES_MAJOR_VERSION}" \
54
+ --extra-vars "postgresql_major=${POSTGRES_MAJOR_VERSION}" \
55
$ARGS
56
}
57
0 commit comments