From ecd70c230d72bdcf22cc67aaf851f4c6682b94d4 Mon Sep 17 00:00:00 2001 From: TonyFord <tonyford@strategy-investor.de> Date: Wed, 4 Mar 2020 11:29:49 +0100 Subject: [PATCH] bugfix --- pull.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pull.php b/pull.php index ce60960..bd00764 100644 --- a/pull.php +++ b/pull.php @@ -4,7 +4,8 @@ if( !empty($repo) ){ $f='pull.yml'; echo $rep.' added to the list! Update regulary every 5 minutes'; $fp=fopen($f,'a+'); - fwrite( $fp, '- '.$repo ); + fwrite( $fp, ' +- '.$repo ); fclose( $fp ); } ?> -- GitLab