From 8ca4381e2982d285dd585b56cb9e0ed86b4c3306 Mon Sep 17 00:00:00 2001 From: "Ryan M. Lederman" Date: Mon, 26 May 2025 07:15:25 -0600 Subject: [PATCH] fix typo --- src/croc/croc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/croc/croc.go b/src/croc/croc.go index 8620b729..53601528 100644 --- a/src/croc/croc.go +++ b/src/croc/croc.go @@ -668,7 +668,7 @@ func (c *Client) Send(filesInfo []FileInfo, emptyFoldersToTransfer []FileInfo, t On the other computer run: (For Windows) croc %[2]s%[1]s -(For Linux/OSX) +(For Linux/macOS) CROC_SECRET=%[1]q croc %[2]s `, c.Options.SharedSecret, flags.String()) copyToClipboard(c.Options.SharedSecret)