Skip to content

Commit 828a98e

Browse files
committed
Correct commit
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent 4ab3b6c commit 828a98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/list_components_linux_aitools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
1111
chmod +x webimage.sh
1212
./webimage.sh -b -p webimage_extracted
1313
rm -rf webimage.sh
14-
source $HOME/webimage_extracted/bin/activate base
14+
source "$HOME"/webimage_extracted/bin/activate base
1515
installer_exit_code=$?
1616
conda env list > "$FILENAME"
1717
cat "$FILENAME"

0 commit comments

Comments
 (0)