Skip to content

Commit 718dbc0

Browse files
committed
docker-ls: brew style --fix
Needed for Homebrew/brew#15136.
1 parent fd5fc20 commit 718dbc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/docker-ls.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ def install
3131
test do
3232
assert_match(/\Wlatest\W/m, pipe_output("#{bin}/docker-ls tags \
3333
-r https://index.docker.io -u '' -p '' \
34-
--progress-indicator=false library/busybox \
34+
--progress-indicator=false library/busybox
3535
"))
3636

3737
assert_match "401", pipe_output("#{bin}/docker-rm \
38-
-r https://index.docker.io -u foo -p bar library/busybox:latest 2<&1 \
38+
-r https://index.docker.io -u foo -p bar library/busybox:latest 2<&1
3939
")
4040
end
4141
end

0 commit comments

Comments
 (0)