Skip to content

Commit 4eca1e1

Browse files
2 parents 84ae654 + 4765fdf commit 4eca1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nerdfetch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ else
270270
[ "$d" = 0 ] && d=
271271
[ "$h" = 0 ] && h=
272272
[ "$m" = 0 ] && m=
273-
[ "$m" != "" ] && s=
273+
[ "$d$h$m" != "" ] && s=
274274
# Make the output of uptime smaller.
275275
[ "$d" ] && uptime="$d day$dp, "
276276
[ "$h" ] && uptime="$uptime$h hour$hp, "

0 commit comments

Comments
 (0)