Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker666 committed Sep 15, 2024
1 parent fcad118 commit f85e89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ async fn load_docker(log: &Logger) -> Docker {
}

fn get_ruku_config(log: &Logger, repo: &str, server_config: &ServerConfig) -> RukuConfig {
let repo_path = server_config.apps_root.join(&repo);
let repo_path = server_config.apps_root.join(repo);

// Check for the presence of ruku.yml file
let config_path = repo_path.join("ruku.yml");
Expand Down

0 comments on commit f85e89b

Please sign in to comment.