From 7229b55eb24300c42815ab54d5d3e390aff7b019 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 23 Sep 2023 20:33:40 +0200 Subject: [PATCH] Comments [skip ci] --- automation_tools/version_checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation_tools/version_checker.sh b/automation_tools/version_checker.sh index 8190637c..87011bfd 100755 --- a/automation_tools/version_checker.sh +++ b/automation_tools/version_checker.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This script is used to check that the versions are correct and topping the pipeline if something is wrong. +# This script is used to check that the versions are correct and stopping the pipeline if something is wrong. # This is designed to be run on the main pipeline to check that everything is in order before building RetroDECK. source automation_tools/version_extractor.sh