From dc7240348ec20409c95a690d97e419fc343076d9 Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Fri, 23 Sep 2022 09:50:33 +0200 Subject: [PATCH] [Ubuntu] fix sw generator for homebrew (#6288) --- .../linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 b/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 index 87286817..c66bcdeb 100644 --- a/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 +++ b/images/linux/scripts/SoftwareReport/SoftwareReport.Generator.ps1 @@ -90,7 +90,7 @@ $reportHomebrew = @' ``` Location: /home/linuxbrew Note: Homebrew is pre-installed on image but not added to PATH. -run the eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv) command +run the eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" command to accomplish this. ``` '@