Skip to content

Commit c747e04

Browse files
committed
Fixe repo path
1 parent a83cf3a commit c747e04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/test_installation

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ mkdir /tmp/test
99
cd /tmp/test
1010
export JULIA_DEPOT_PATH=/tmp/testdepot
1111
export JULIA_PKG_SERVER_REGISTRY_PREFERANCE=eager
12-
git clone https://github.com/ufechner7/KiteModels.jl.git
12+
git clone https://github.com/OpenSourceAWE/KiteModels.jl.git
1313
cd KiteModels.jl/bin
1414
./create_sys_image --update

test/test_installation2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ mkdir /tmp/test
99
cd /tmp/test
1010
export JULIA_DEPOT_PATH=/tmp/testdepot
1111
export JULIA_PKG_SERVER_REGISTRY_PREFERANCE=eager
12-
git clone https://github.com/ufechner7/KiteModels.jl.git
12+
git clone https://github.com/OpenSourceAWE/KiteModels.jl.git
1313
cd KiteModels.jl/bin
1414
./create_sys_image

test/test_installation3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mkdir /tmp/test
99
cd /tmp/test
1010
export JULIA_DEPOT_PATH=/tmp/testdepot
1111
export JULIA_PKG_SERVER_REGISTRY_PREFERANCE=eager
12-
git clone https://github.com/ufechner7/KiteModels.jl.git
12+
git clone https://github.com/OpenSourceAWE/KiteModels.jl.git
1313
cd KiteModels.jl
1414
julia -e 'using Pkg; Pkg.add("TestEnv")'
1515
julia --project -e 'using Pkg; Pkg.instantiate()'

0 commit comments

Comments
 (0)