Skip to content

Commit 1450b12

Browse files
Kenotkelman
authored andcommitted
Rename pipe -> pipeline
1 parent 560a003 commit 1450b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/pkg/git.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function git(d)
2121
end
2222

2323
cmd(args::Cmd; dir="") = `$(git(dir)) $args`
24-
run(args::Cmd; dir="", out=STDOUT) = Base.run(pipe(cmd(args,dir=dir), out))
24+
run(args::Cmd; dir="", out=STDOUT) = Base.run(pipeline(cmd(args,dir=dir), out))
2525
readall(args::Cmd; dir="") = Base.readall(cmd(args,dir=dir))
2626
readchomp(args::Cmd; dir="") = Base.readchomp(cmd(args,dir=dir))
2727

0 commit comments

Comments
 (0)