You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mix tz_world.update now produces a single clear error instead of a long File.Error stack trace when the configured :data_dir does not exist. To create the directory automatically, pass --force. This affects users who set :data_dir to a path outside the package's priv/ (e.g. an application-level data directory shared across releases).
Migration
If you set config :tz_world, data_dir: "..." to a directory that is not part of the build artifacts, run mix tz_world.update --force once on first install (or any install where the directory may not yet exist). The default :data_dir (the package's priv/) always exists and is unaffected.