Skip to content

Commit a867b21

Browse files
authored
Update AutoBuild.jl
1 parent d2ea0b6 commit a867b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoBuild.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ function autobuild(dir::AbstractString,
10331033
if isempty(readdir(build_path))
10341034
rm(build_path; recursive=true)
10351035
end
1036-
verbose && @info timer
1036+
verbose && @info "$(timer)"
10371037
end
10381038

10391039
# Return our product hashes

0 commit comments

Comments
 (0)