LGTM, thanks
On Oct 16, 2013 9:36 AM, "Klaus Aehlig" <[email protected]> wrote:

> It is actually located inside the queue directory.
>
> Signed-off-by: Klaus Aehlig <[email protected]>
> ---
>  src/Ganeti/Path.hs | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/Ganeti/Path.hs b/src/Ganeti/Path.hs
> index 9383c18..0a7daf3 100644
> --- a/src/Ganeti/Path.hs
> +++ b/src/Ganeti/Path.hs
> @@ -106,7 +106,7 @@ queueDir = dataDirP "queue"
>
>  -- | Job queue serial file.
>  jobQueueSerialFile :: IO FilePath
> -jobQueueSerialFile = dataDirP "serial"
> +jobQueueSerialFile = queueDir `pjoin` "serial"
>
>  -- | Job queue archive directory.
>  jobQueueArchiveSubDir :: FilePath
> --
> 1.8.4
>
>

Reply via email to