statusMessage=`⚠️ This instance is not up to date and is ${commitIndex} commits old. Test and confirm on an up-to-date instance before reporting.`;
}else{
statusMessage=`⚠️ This instance is not up to date and is at least ${commitHashes.length} commits old. Test and confirm on an up-to-date instance before reporting.`;
}
}else{
statusMessage='⚠️ Unable to fetch commit information.';