MTrack/SCM/Git/WorkingCopy.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:28:44 +0000 (16:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:28:44 +0000 (16:28 +0800)
MTrack/SCM/Git/WorkingCopy.php

index 5d250cd..9b4391c 100644 (file)
@@ -10,7 +10,7 @@ class MTrack_SCM_Git_WorkingCopy extends MTrackSCMWorkingCopy
     function __construct(MTrack_Repo $repo) {
         $cfg = HTML_FlexyFramework::get()->MTrack;
         if (empty($cfg['workingdir'])) {
-            throw new Exception("MTrack[workingdir] is not set")
+            throw new Exception("MTrack[workingdir] is not set");
         }
         $this->dir = $cfg['workingdir'];
         $this->repo = $repo;