libguestfs: Hacky rules to make sure po-docs are updated.
[goaljobs-goals.git] / libguestfs.ml
index e265608..f3759ac 100644 (file)
@@ -102,7 +102,7 @@ let git_latest_commit branch =
 let website_latest_version =
   let rex = Str.regexp "libguestfs-\\(.*\\)\\.tar\\.gz" in
   fun branch ->
-    let wdir = libguestfs_website_cvs // "download" // branch in
+    let wdir = libguestfs_website_repo // "download" // branch in
     let files = Sys.readdir wdir in
     let files = Array.to_list files in
     if files = [] then None