Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed5883f

Browse files
committedDec 11, 2015
run external commands client side
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent 243a158 commit ed5883f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmd/ipfs/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ func callCommand(ctx context.Context, req cmds.Request, root *cmds.Command, cmd
321321
}
322322
}
323323

324-
if client != nil {
324+
if client != nil && !cmd.External {
325325
log.Debug("Executing command via API")
326326
res, err = client.Send(req)
327327
if err != nil {

0 commit comments

Comments
 (0)
Please sign in to comment.