You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/04/07 13:52:05 UTC

[whimsy] branch master updated: Avoid 'hashed' message

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 54aa9f17 Avoid 'hashed' message
54aa9f17 is described below

commit 54aa9f17c22e1f1027673e2bc59f8636a9792141
Author: Sebb <se...@apache.org>
AuthorDate: Thu Apr 7 14:51:59 2022 +0100

    Avoid 'hashed' message
---
 .github/workflows/unittestagenda.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unittestagenda.yml b/.github/workflows/unittestagenda.yml
index 0ae3ccdd..e77793f3 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -54,4 +54,4 @@ jobs:
         cd www/board/agenda
         bundle exec rake path
         echo '================'
-        NPM_PATH=$(type npm) SKIP_NAVIGATION=1 bundle exec rake
+        NPM_PATH=$(which npm) SKIP_NAVIGATION=1 bundle exec rake