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 3cf3b47 commit c1746bbCopy full SHA for c1746bb
1 file changed
tdxctl/src/tboot.rs
@@ -20,7 +20,8 @@ use crate::{
20
utils::{deserialize_json_file, AppCompose, AppKeys, SysConfig},
21
};
22
use dstack_types::shared_filenames::{
23
- APP_COMPOSE, APP_KEYS, DECRYPTED_ENV_JSON, HOST_SHARED_DIR, HOST_SHARED_DIR_NAME, SYS_CONFIG, USER_CONFIG
+ APP_COMPOSE, APP_KEYS, DECRYPTED_ENV_JSON, HOST_SHARED_DIR, HOST_SHARED_DIR_NAME, SYS_CONFIG,
24
+ USER_CONFIG,
25
26
27
#[derive(Parser)]
0 commit comments