fix: update nushell-version comment

This commit is contained in:
xyny 2025-01-05 12:01:45 +00:00 committed by GitHub
parent ad9d2ecc55
commit 99c3fce4c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,9 +43,10 @@ model Recipe {
**/
`blue-build-tag`?: string;
/** The version of nushell to use for this module.
* This will override the version specified in the module's
* label `org.blue-build.nushell-version`.
/**
* The version of nushell to include in this image.
* This will override the default BlueBuild Nushell version.
* Change only if you need a specific version of Nushell, changing this might break some BlueBuild modules.
*/
`nushell-version`?: string;