From f43ac5c8d39834a865284bca90356c4afa2a40f3 Mon Sep 17 00:00:00 2001 From: Valerie Wolfe Date: Thu, 22 Aug 2024 10:54:56 -0400 Subject: [PATCH] scripts: updated 'wt.sh' elevate mode to use the correct binary name --- scripts/wt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wt.sh b/scripts/wt.sh index 1f1710b..05fa6ae 100755 --- a/scripts/wt.sh +++ b/scripts/wt.sh @@ -1,7 +1,7 @@ #!/usr/bin/bash if [[ "$1" == "-e" ]]; then - elevate -l terminal + elevate -l wt exit fi