From 43fb5d5d72ea0e54fc4f8a62fe2d126255691083 Mon Sep 17 00:00:00 2001 From: Simon Kirkby Date: Fri, 14 Nov 2014 21:03:30 +0800 Subject: [PATCH] windows fix --- core/commands2/mount_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands2/mount_windows.go b/core/commands2/mount_windows.go index 6f5132e3f..c439d7883 100644 --- a/core/commands2/mount_windows.go +++ b/core/commands2/mount_windows.go @@ -6,7 +6,7 @@ import ( cmds "github.com/jbenet/go-ipfs/commands" ) -var ipfsMount = &cmds.Command{ +var mountCmd = &cmds.Command{ Helptext: cmds.HelpText{ Tagline: "Not yet implemented on Windows", ShortDescription: "Not yet implemented on Windows. :(",