From 650e4826bf9e7c558da2a80432d56092d8c448a2 Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Mon, 9 Dec 2024 19:41:08 +0000 Subject: [PATCH] fix type --- cron-continuous-deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron-continuous-deployment.sh b/cron-continuous-deployment.sh index 9ef4eeb..c6257d5 100644 --- a/cron-continuous-deployment.sh +++ b/cron-continuous-deployment.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Simple Continious Deployment script +# Simple Continuous Deployment script # - Compares hashes of the local and remote main git branches # - Pulls changes if needed # - If changes was pulled, builds and deploys them