From 460e98f18f74f9104afb2efaa5164e13494d0617 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sat, 4 May 2024 18:48:09 +0200 Subject: [PATCH] Fix missing " --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 00f95a6..9c0d98f 100755 --- a/build.sh +++ b/build.sh @@ -15,8 +15,8 @@ LINKGEN_NO_DEFAULT=y ./build.sh "website" "JeremyStarTM's website" "https://jstm # Add social links LINKGEN_NO_DEFAULT=y ./build.sh "social-fedi" "JeremyStarTM's fediverse profile" "https://fly.staropensource.de/@jeremystartm" LINKGEN_NO_DEFAULT=y ./build.sh "social-email" "JeremyStarTM's email address" "mailto:jeremystartm@staropensource.de" -LINKGEN_NO_DEFAULT=y ./build.sh "social-mail "JeremyStarTM's email address" "/social-email" -LINKGEN_NO_DEFAULT=y ./build.sh "social-discord" "JeremyStarTM's Discord guild" "https://discord.gg/4HEu5qkcU4 +LINKGEN_NO_DEFAULT=y ./build.sh "social-mail" "JeremyStarTM's email address" "/social-email" +LINKGEN_NO_DEFAULT=y ./build.sh "social-discord" "JeremyStarTM's Discord guild" "https://discord.gg/4HEu5qkcU4" # Add repository links LINKGEN_NO_DEFAULT=y ./build.sh "repos" "JeremyStarTM's repositories" "https://git.staropensource.de/JeremyStarTM" LINKGEN_NO_DEFAULT=y ./build.sh "repos-kernel" "JeremyStarTM's optimized linux kernel repository" "https://git.staropensource.de/JeremyStarTM/kernel-optimized"