Skip to content

Commit

Permalink
Butfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Mar 19, 2024
1 parent 90fcbfc commit 0645ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function copy_settings()
if ! isdir(DATA_PATH[1])
mkdir(DATA_PATH[1])
end
src_path = joinpath(dirname(pathof(@__MODULE__)), "..", DATA_PATH[1])
src_path = joinpath(dirname(pathof(KiteUtils)), "..", DATA_PATH[1])
cp(joinpath(src_path, "settings.yaml"), joinpath(DATA_PATH[1], "settings.yaml"), force=true)
cp(joinpath(src_path, "system.yaml"), joinpath(DATA_PATH[1], "system.yaml"), force=true)
cp(joinpath(src_path, "kite.obj"), joinpath(DATA_PATH[1], "kite.obj"), force=true)
Expand Down

0 comments on commit 0645ef2

Please sign in to comment.