Skip to content

Commit cd003fb

Browse files
committed
mason.git: fix use.
1 parent 5271779 commit cd003fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extra/mason/git/git.factor

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
! See http://factorcode.org/license.txt for BSD license.
33
USING: accessors combinators.short-circuit continuations
44
debugger io io.directories io.directories.hierarchy
5-
io.encodings.utf8 io.files io.launcher io.sockets
6-
io.streams.string kernel mason.common mason.email sequences
7-
splitting ;
5+
io.encodings.utf8 io.files io.launcher io.launcher.private
6+
io.sockets io.streams.string kernel mason.common mason.email
7+
sequences splitting ;
88
IN: mason.git
99

1010
: git-id ( -- id )

0 commit comments

Comments
 (0)