Skip to content

Commit b1155a9

Browse files
committed
fix: fix codebase script execution
1 parent 4296315 commit b1155a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/windmill-common/src/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ pub mod script {
544544
language: r.language,
545545
envs: r.envs,
546546
codebase: if let Some(use_tar) = r.use_tar {
547-
let sh = hash.0.to_string();
547+
let sh = hash.to_string();
548548
if use_tar {
549549
Some(format!("{sh}.tar"))
550550
} else {

0 commit comments

Comments
 (0)