You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uptime | awk '{print $12}' may fail to parse anything if server up time is less then 24h a better way to process that would be: uptime | awk '{print $NF }'
uptime | awk '{print $12}'
may fail to parse anything if server up time is less then 24h a better way to process that would be:uptime | awk '{print $NF }'
Offending line:
rultor/src/main/java/com/rultor/agents/github/qtn/QnStatus.java
Line 123 in 29d851f
The text was updated successfully, but these errors were encountered: