mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-10 04:08:31 +00:00
fixing file format from windows
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
57fbde97b4
commit
d1a366421e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ NC='\033[0m' # No Color
|
||||||
# this is set if we actually create a new conda in which case we need to clean up
|
# this is set if we actually create a new conda in which case we need to clean up
|
||||||
ENVNAME=""
|
ENVNAME=""
|
||||||
|
|
||||||
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
|
SCRIPT_DIR=$(dirname "$(readlink -f "$0")")
|
||||||
source "$SCRIPT_DIR/common.sh"
|
source "$SCRIPT_DIR/common.sh"
|
||||||
|
|
||||||
# pre-run checks to make sure we can proceed with the installation
|
# pre-run checks to make sure we can proceed with the installation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue