Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Nov 1, 2024
1 parent f329d0d commit b709b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KiteModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ function copy_model_settings()
chmod(joinpath(dst_path, "settings_3l.yaml"), 0o664)
chmod(joinpath(dst_path, "system_3l.yaml"), 0o664)
set_data_path(joinpath(pwd(), "data"))
println("Copied 5 files to $(dst_path) !")
println("Copied 6 files to $(dst_path) !")
end

function install_examples(add_packages=true)
Expand Down

0 comments on commit b709b6d

Please sign in to comment.