Skip to content

Commit

Permalink
naming fixes (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper authored Dec 17, 2024
1 parent 700e1dd commit 88da6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/jupyter-src/Export.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
"metadata": {},
"outputs": [],
"source": [
"mkpath(\"Export-BouncingBall_files\")\n",
"cp(fmu_save_path, joinpath(\"Export-BouncingBall_files\", \"BouncingBall.fmu\"))"
"mkpath(\"Export_files\")\n",
"cp(fmu_save_path, joinpath(\"Export_files\", \"BouncingBall.fmu\"))"
]
},
{
Expand Down

0 comments on commit 88da6a2

Please sign in to comment.