Skip to content

Commit

Permalink
Correct commit
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
  • Loading branch information
hjroblesg committed Apr 1, 2024
1 parent 4ab3b6c commit 828a98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/list_components_linux_aitools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
chmod +x webimage.sh
./webimage.sh -b -p webimage_extracted
rm -rf webimage.sh
source $HOME/webimage_extracted/bin/activate base
source "$HOME"/webimage_extracted/bin/activate base
installer_exit_code=$?
conda env list > "$FILENAME"
cat "$FILENAME"
Expand Down

0 comments on commit 828a98e

Please sign in to comment.