Showing 1 changed files with 1 additions and 1 deletions
+1 -1
.fgfs/fgaddon.d/fgmembers.hangar
... ...
@@ -86,7 +86,7 @@ function parse_repo_history () {
86 86
         if test -n "$sx"; then
87 87
             add_record revision $(date +%s -d $(json ".[$i].updated_at"))
88 88
             add_record date     $(date +%s -d $(json ".[$i].updated_at"))
89
-            add_record author   FGMEMBERS
89
+            add_record author   ${hangar[name]}
90 90
             add_aircraft
91 91
         else
92 92
             sqlite_request "delete from aircrafts where name = '$repo' and hangar = ${hangar[i]}"