From 61d94a095457a104735fb05c97f8c9d9b0725d21 Mon Sep 17 00:00:00 2001 From: klauspost Date: Thu, 13 Aug 2015 14:46:49 +0200 Subject: [PATCH] Disable mount on Windows. --- cmd/restic/cmd_mount.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/restic/cmd_mount.go b/cmd/restic/cmd_mount.go index dc2ad673d..b8d8cb277 100644 --- a/cmd/restic/cmd_mount.go +++ b/cmd/restic/cmd_mount.go @@ -1,4 +1,5 @@ // +build !openbsd +// +build !windows package main