aboutsummaryrefslogtreecommitdiffstats
path: root/src/cron/gitjoe.pl
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-19 08:30:19 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-19 08:30:19 +0200
commit396e1b14f152ddd83eeed4827a70c253a11e9a05 (patch)
tree37c7f5a0546676da32c64504fd1238e4d9ef6b9a /src/cron/gitjoe.pl
parentREADME.org update (diff)
downloadjoe-scripts-396e1b14f152ddd83eeed4827a70c253a11e9a05.tar.gz
joe-scripts-396e1b14f152ddd83eeed4827a70c253a11e9a05.tar.bz2
joe-scripts-396e1b14f152ddd83eeed4827a70c253a11e9a05.tar.xz
joe-scripts-396e1b14f152ddd83eeed4827a70c253a11e9a05.tar.zst
joe-scripts-396e1b14f152ddd83eeed4827a70c253a11e9a05.zip
Smoother like this, changed url
Diffstat (limited to 'src/cron/gitjoe.pl')
-rwxr-xr-xsrc/cron/gitjoe.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cron/gitjoe.pl b/src/cron/gitjoe.pl
index bb668b2..07c8fc4 100755
--- a/src/cron/gitjoe.pl
+++ b/src/cron/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.jozanofastora.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:\\/\\/gitjoe.xyz\\/\">GitJoe<\\/a><\\/td><\\/tr>/' index.html"
);
system(
'/usr/local/bin/dash',