Skip to content

Commit 2f6a9fc

Browse files
committed
fix: make env_file function in secrets public
1 parent 5082327 commit 2f6a9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tracel-xtask/src/commands/secrets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fn edit(args: SecretsEditSubCmdArgs) -> anyhow::Result<()> {
159159
Ok(())
160160
}
161161

162-
fn env_file(args: SecretsEnvFileSubCmdArgs) -> anyhow::Result<()> {
162+
pub fn env_file(args: SecretsEnvFileSubCmdArgs) -> anyhow::Result<()> {
163163
if args.secret_ids.is_empty() {
164164
eprintln!("No secrets provided.");
165165
return Ok(());

0 commit comments

Comments
 (0)