From ffb8963eddf0a70a2bbc6a45b92cfc24def56533 Mon Sep 17 00:00:00 2001 From: Luther Monson Date: Thu, 2 Sep 2021 14:42:47 -0700 Subject: [PATCH] chmod and full path --- scripts/fossa | 0 scripts/windows/fossa.ps1 | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 scripts/fossa diff --git a/scripts/fossa b/scripts/fossa old mode 100644 new mode 100755 diff --git a/scripts/windows/fossa.ps1 b/scripts/windows/fossa.ps1 index 9921bc2ee4e..122b854a708 100644 --- a/scripts/windows/fossa.ps1 +++ b/scripts/windows/fossa.ps1 @@ -1,2 +1,2 @@ -fossa analyze -fossa test \ No newline at end of file +Powershell $env:LOCALAPPDATA\fossa-cli\fossa analyze +Powershell $env:LOCALAPPDATA\fossa-cli\fossa test \ No newline at end of file