From 0ca38a46f5fb3f1f20dd217c42a05be456d5b2d1 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Thu, 15 Jun 2023 20:14:41 +0900 Subject: [PATCH] Replace deprecated `hash base64` with `decode` (#531) Applied in https://github.com/nushell/nushell/issues/5861 --- sourced/gitlab/gitlab.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourced/gitlab/gitlab.nu b/sourced/gitlab/gitlab.nu index b69c67da..db499ea0 100644 --- a/sourced/gitlab/gitlab.nu +++ b/sourced/gitlab/gitlab.nu @@ -27,7 +27,7 @@ def main [ if ($payload|columns|find message|is-empty) { $payload |get content - |hash base64 --decode + |decode base64 |lines |find $phrase |if ($in|length) > 0 {