Skip to content

Commit

Permalink
fix problem with warning on client.ml:530
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Oct 1, 2012
1 parent 1e1cc89 commit f7c7011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ml
Expand Up @@ -527,7 +527,7 @@ let update_pinned_package t nv pin =
match B.download_dir nv ~dst:build path with
| Up_to_date _ -> None
| Result _
| Not_available _ -> Some nv
| Not_available -> Some nv

let update_packages t ~show_packages repos =
log "update_packages";
Expand Down

0 comments on commit f7c7011

Please sign in to comment.