Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
385e4ab771
commit
96ea5e83f5
@ -40,7 +40,7 @@ pub struct CuddleCluster {
|
||||
|
||||
impl CuddleFile {
|
||||
pub async fn from_cuddle_file() -> eyre::Result<Self> {
|
||||
let cuddle_file_content = tokio::fs::read_to_string("../../cuddle.yaml").await?;
|
||||
let cuddle_file_content = tokio::fs::read_to_string("cuddle.yaml").await?;
|
||||
|
||||
Self::parse_cuddle_file(&cuddle_file_content)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user