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 2052f93 commit 60689c3Copy full SHA for 60689c3
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