Skip to content

Commit 8143f95

Browse files
committed
Dedup size report
1 parent 5cc6c2c commit 8143f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/conda/conda-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ PKG=${UPLOAD[-1]}
180180
zmodload zsh/mathfunc zsh/stat
181181
print PKG=$PKG
182182
zstat -H A -F "%Y-%m-%d %H:%M" $PKG
183-
log "TIME: ${A[mtime]} ${A[size]}"
183+
log "TIME: ${A[mtime]}"
184184
printf -v T "SIZE: %.1f MB" $(( float(${A[size]}) / (1024*1024) ))
185185
log $T
186186
log "HASH:" $( checksum $PKG )

0 commit comments

Comments
 (0)