1
0
forked from clan/clan-core

Merge pull request 'secrets: fix typo' (#905) from a-kenji-fix-typo into main

This commit is contained in:
clan-bot 2024-03-05 11:02:59 +00:00
commit 06bc425797

View File

@ -59,7 +59,7 @@
default = null;
description = ''
prompt text to ask for a value.
This value will be passed to the script as the environment variabel $prompt_value.
This value will be passed to the script as the environment variable $prompt_value.
'';
};
script = lib.mkOption {