Skip to content

Commit

Permalink
Fix typo. This should really fix ocaml#378
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Jan 11, 2013
1 parent 8784502 commit 7b1936b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repositories/opamHTTP.ml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ let make_index_tar_gz local_repo =
let dirs = [ "compilers"; "packages" ] in
let dirs = List.filter Sys.file_exists dirs in
OpamSystem.command [
"tar"; "czf"; String.concat " " dirs; "index.tar.gz";
"tar"; "czf"; "index.tar.gz"; String.concat " " dirs;
]
)

Expand Down

0 comments on commit 7b1936b

Please sign in to comment.