Skip to content

Commit

Permalink
Merge pull request #45 from AltGr/state-confirm
Browse files Browse the repository at this point in the history
Adjust for opam API cleanup
  • Loading branch information
AltGr committed Aug 27, 2014
2 parents 9f52729 + a4b2aad commit 2c225f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opamRTmain.ml
Expand Up @@ -164,7 +164,7 @@ let test =
set_seed seed;
let module Test = (val test: OpamRT.TEST) in
if OpamFilename.exists_dir path
&& OpamState.confirm "Do you want to remove %s ?" (OpamFilename.Dir.to_string path)
&& OpamGlobals.confirm "Do you want to remove %s ?" (OpamFilename.Dir.to_string path)
then OpamFilename.rmdir path;
Test.init kind path;
Test.run kind path in
Expand Down

0 comments on commit 2c225f0

Please sign in to comment.