From b8b8c87fed46d28969f3b144edf384c7bdcac636 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Wed, 5 Jun 2024 11:06:51 -0400
Subject: [PATCH] spelled ssh-agent wrong

---
 gitlab-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitlab-build.sh b/gitlab-build.sh
index dd47c579..680a7452 100755
--- a/gitlab-build.sh
+++ b/gitlab-build.sh
@@ -77,7 +77,7 @@ HERE
 		# Update docs.beagleboard.org
 		if [ "$CI_COMMIT_TAG" != "" ]; then
 			mkdir -p ~/.ssh
-			eval "$(ssh-agnet -s)"
+			eval "$(ssh-agent -s)"
 			echo "${PRIVATE_KEY}" | base64 -d | ssh-add -
 			if [ "$VER_DIR" = "latest" ]; then
 				rsync -v public/index.html docs@beagleboard.org:/var/www/docs/
-- 
GitLab