Skip to content

Commit

Permalink
Fix profile name in hre generator
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Oct 3, 2020
1 parent 6b4b71b commit 7a15325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vrp-cli/src/extensions/import/hre.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ mod models {
.map(|vehicle| {
Ok(VehicleType {
id: vehicle.type_id.clone(),
profile: "".to_string(),
profile: vehicle.profile.clone(),
costs: VehicleCosts {
fixed: vehicle.costs.fixed,
distance: vehicle.costs.distance,
Expand Down

0 comments on commit 7a15325

Please sign in to comment.