Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Jan 28, 2025
1 parent c7603ed commit 44a30ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leadman/src/utils/unix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use super::bashrc;
use std::fs::{read_to_string, write};

pub async fn postinstall(path: &str) {
super::chmod(path);
super::chmod(&format!("{path}/*"));

#[cfg(any(target_os = "linux", target_os = "macos"))]
install_path(path);
Expand Down

0 comments on commit 44a30ec

Please sign in to comment.