Skip to content

Commit

Permalink
Fix formula style
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Sep 22, 2022
1 parent 9b4df2c commit 0fe6f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/adept.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def install
system "make"
libexec.install "adept"
(libexec/"import").install resource("import")
(libexec).install resource("adept.config")
libexec.install resource("adept.config")
bin.install_symlink libexec/"adept"
end

Expand Down

0 comments on commit 0fe6f77

Please sign in to comment.