From c3ad27c5df9c0a234d326b94252e7b49de0c5d8e Mon Sep 17 00:00:00 2001 From: Aja Sibley Date: Wed, 17 May 2023 21:19:50 +0000 Subject: [PATCH] Updated comments. --- vespa-cli-overlay.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/vespa-cli-overlay.nix b/vespa-cli-overlay.nix index 13c1f79fb..fe0214c50 100644 --- a/vespa-cli-overlay.nix +++ b/vespa-cli-overlay.nix @@ -24,7 +24,6 @@ self: super: mkdir -p $out/bin cp vespa-cli_${version}_darwin_arm64/bin/vespa $out/bin chmod +x $out/bin/vespa - # Wrap the vespa binary to remove quarantine attribute ''; }; }