Skip to content

Commit d72db19

Browse files
authored
Fix typo in uname command in start-configuration (#3635)
1 parent cad2bc1 commit d72db19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-configuration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fi
5050

5151
if isTrue "${DEBUG_MEMORY:-false}"; then
5252
log "Memory usage and availability (in MB)"
53-
uname -parts
53+
uname -pars
5454
free -m
5555
fi
5656

0 commit comments

Comments
 (0)