Skip to content

Commit

Permalink
fix: fix codebase script execution
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Jan 30, 2025
1 parent 4296315 commit b1155a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/windmill-common/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ pub mod script {
language: r.language,
envs: r.envs,
codebase: if let Some(use_tar) = r.use_tar {
let sh = hash.0.to_string();
let sh = hash.to_string();
if use_tar {
Some(format!("{sh}.tar"))
} else {
Expand Down

0 comments on commit b1155a9

Please sign in to comment.