Skip to content

Commit 92f4432

Browse files
committed
---
yaml --- r: 10429 b: refs/heads/snap-stage3 c: 75adeaa h: refs/heads/master i: 10427: 0eaac9e v: v3
1 parent ab9e61e commit 92f4432

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 88906cd097e5c088f42bfa1f963765624a7c420e
4+
refs/heads/snap-stage3: 75adeaadb841fdd238e88d90f1da499c1413458f
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/src/cargo/cargo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ fn configure(opts: options) -> cargo {
661661
installdir: p,
662662
bindir: path::connect(p, "bin"),
663663
libdir: path::connect(p, "lib"),
664-
workdir: path::connect(home, "work"),
664+
workdir: path::connect(p, "work"),
665665
sourcedir: path::connect(home, "sources"),
666666
sources: sources,
667667
mut current_install: "",

0 commit comments

Comments
 (0)