Skip to content

Commit

Permalink
revet 9d53e87
Browse files Browse the repository at this point in the history
otherwise i have

Error: An exception occurred within a child process:
  Errno::ENOENT: No such file or directory - doc/man/8/ceph-conf.8

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed May 23, 2021
1 parent 74833a8 commit d65da58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def install
rados
rbd
].each do |name|
man8.install "doc/man/8/#{name}.8"
man8.install "doc/man/#{name}.8"
end
system "ninja", "src/pybind/install", "src/include/install"
end
Expand Down

0 comments on commit d65da58

Please sign in to comment.