Commit 9b1857bb84a3e1a1c9b1af05447821f8a9109d36:
    bug fixes

Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
www/members/inactive.cgi                                     | ++ --
------------------------------------------------------------
4 changes: 2 additions, 2 deletions.
------------------------------------------------------------


diff --git a/www/members/inactive.cgi b/www/members/inactive.cgi
index b350c05..2b4061f 100755
--- a/www/members/inactive.cgi
+++ b/www/members/inactive.cgi
@@ -50,14 +50,14 @@ _html do
         _div_.transcript do
           work = `svn info #{latest}`[/URL: (.*)/, 1]
           _.system ['svn', 'checkout', auth, '--depth', 'empty', work, dir]
-           json = File.join(dir, '/non-participants.json')
+           json = File.join(dir, 'non-participants.json')
           _.system ['svn', 'update', auth, json]
           tracker = JSON.parse(IO.read(json))
           tracker[$USER]['status'] = @status
           IO.write(json, JSON.pretty_generate(tracker))
           _.system ['svn', 'diff', json], hilite: [/"status":/],
             class: {hilight: '_stdout _hilite'}
-          _.system ['svn', 'commit', auth, json, '-m', status]
+          _.system ['svn', 'commit', auth, json, '-m', @status]
         end
       end
     end

Reply via email to