data: move the YAML data files into a top-level data/ directory
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ use ssh2::{CheckResult, HostKeyType, KnownHostFileKind, KnownHosts, Session};
|
||||
|
||||
use crate::ui::prompt;
|
||||
|
||||
const HOST_KEYS_YAML: &str = include_str!("../../host_keys.yml");
|
||||
const HOST_KEYS_YAML: &str = include_str!("../../data/host_keys.yml");
|
||||
|
||||
/// Pinned SSH host key fingerprints, loaded from the bundled
|
||||
/// `host_keys.yml` data file (same pattern as `distro_info.yml`): data
|
||||
|
||||
Reference in New Issue
Block a user