Skip to content

Commit

Permalink
Add version to runner cache directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiagio committed Oct 12, 2018
1 parent 6d22b0b commit ed6e2f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warp-packer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ fn runners_dir() -> PathBuf {
.expect("No data local dir found")
.join("warp")
.join("runners")
.join(VERSION)
}

fn runner_url(arch: &str) -> String {
Expand Down

0 comments on commit ed6e2f8

Please sign in to comment.