dockward: minor edit for maintainability
This commit is contained in:
parent
7e19f1388a
commit
058fea5e52
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
require "language/go"
|
||||
|
||||
class Dockward < Formula
|
||||
desc "Port forwarding tool for Docker containers. "
|
||||
desc "Port forwarding tool for Docker containers."
|
||||
homepage "https://github.com/abiosoft/dockward"
|
||||
url "https://github.com/abiosoft/dockward/archive/0.0.3.tar.gz"
|
||||
sha256 "afe9e7d8e8c6e2f60fb79516e90e7fb95b088eb444517aa5f0811f325a967a49"
|
||||
|
@ -56,6 +56,6 @@ class Dockward < Formula
|
|||
|
||||
test do
|
||||
output = shell_output(bin/"dockward -v")
|
||||
assert_match "dockward version 0.0.3", output
|
||||
assert_match "dockward version #{version}", output
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue