Skip to content

Commit e04bf2d

Browse files
author
Symbiont OSS Sync
committed
fix license checks
1 parent 09a95d0 commit e04bf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/runtime/src/crypto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ impl KeyUtils {
292292
}
293293

294294
// Try environment variable
295-
if let Ok(key) = Self::get_key_from_env("SYMBIONT_SECRET_KEY") {
295+
if let Ok(key) = Self::get_key_from_env("SYMBIONT_MASTER_KEY") {
296296
return Ok(key);
297297
}
298298

0 commit comments

Comments
 (0)