From 5d48aafdf97a22c76e8d62a2b9ae531af17aec46 Mon Sep 17 00:00:00 2001 From: Brandon Knight Date: Thu, 11 Sep 2025 13:40:43 -0400 Subject: [PATCH] scoop-search@2.1.0: Update hook guidance in notes (#7140) --- bucket/scoop-search.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/scoop-search.json b/bucket/scoop-search.json index bcf7e73df6..8bbaebcb66 100644 --- a/bucket/scoop-search.json +++ b/bucket/scoop-search.json @@ -3,7 +3,7 @@ "description": "Fast scoop search drop-in replacement", "homepage": "https://github.com/shilangyu/scoop-search", "license": "MIT", - "notes": "To replace built-in scoop search, add this to $PROFILE: Invoke-Expression (&scoop-search --hook)", + "notes": "To replace built-in scoop search, add this to $PROFILE: . ([ScriptBlock]::Create((& scoop-search --hook | Out-String)))", "url": "https://github.com/shilangyu/scoop-search/releases/download/v2.1.0/scoop-search.exe", "hash": "387ef78ad8c212a36bb38077e67b51adaec1cee8bbcdc50f35d1107d1fe70705", "bin": "scoop-search.exe",