Skip to content

Commit da3db7a

Browse files
committed
Fix CI error
1 parent ac34fbf commit da3db7a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

gateway/src/gen_debug_key.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
// Run with: cargo run --bin gen_debug_key -- <simulator_url>
26
// Example: cargo run --bin gen_debug_key -- https://daee134c3b9f66aa2401c3b5ea64f1d34038f45d-3000.tdxlab.dstack.org:12004
37

@@ -71,7 +75,7 @@ async fn main() -> Result<()> {
7175
println!("insecure_skip_attestation = true");
7276
println!(
7377
"key_file = \"{}\"",
74-
fs_err::canonicalize(&output_file)
78+
fs_err::canonicalize(output_file)
7579
.unwrap_or_default()
7680
.display()
7781
);

0 commit comments

Comments
 (0)