aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2021-12-24 15:46:14 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2021-12-24 15:46:14 +0100
commita5f1ed45e2a25ee34fe19d0f5f9ea05ad57e63f1 (patch)
tree67d7fcecbb8b974e7a3d250366410ba23904769a
parentlink update (diff)
downloadjoe-scripts-a5f1ed45e2a25ee34fe19d0f5f9ea05ad57e63f1.tar.gz
joe-scripts-a5f1ed45e2a25ee34fe19d0f5f9ea05ad57e63f1.tar.bz2
joe-scripts-a5f1ed45e2a25ee34fe19d0f5f9ea05ad57e63f1.tar.xz
joe-scripts-a5f1ed45e2a25ee34fe19d0f5f9ea05ad57e63f1.tar.zst
joe-scripts-a5f1ed45e2a25ee34fe19d0f5f9ea05ad57e63f1.zip
new address
-rwxr-xr-xsrc/update/gitjoe.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update/gitjoe.pl b/src/update/gitjoe.pl
index 5907d58..bb668b2 100755
--- a/src/update/gitjoe.pl
+++ b/src/update/gitjoe.pl
@@ -66,7 +66,7 @@ sub stagit_generate {
system(
'/usr/local/bin/dash',
'-c',
- "/usr/local/bin/gsed -i 's/<td><span class=\"desc\">Repositories<\\/span><\\/td>/<td><span class=\"desc\"><h1>" . $user . " - Repositories<\\/h1><\\/span><\\/td><\\/tr><tr><td><\\/td><td>Back to <a href=\"https:\\/\\/git.jozanleclerc.xyz\\/\">GitJoe<\\/a><\\/td><\\/tr>/' index.html"
+ "/usr/local/bin/gsed -i 's/<td><span class=\"desc\">Repositories<\\/span><\\/td>/<td><span class=\"desc\"><h1>" . $user . " - Repositories<\\/h1><\\/span><\\/td><\\/tr><tr><td><\\/td><td>Back to <a href=\"https:\\/\\/git.jozanofastora.xyz\\/\">GitJoe<\\/a><\\/td><\\/tr>/' index.html"
);
system(
'/usr/local/bin/dash',