Skip to content

Commit 9716bbc

Browse files
alexphil-opp
authored andcommitted
Fixed an error message to be accurate (#3)
1 parent 0082002 commit 9716bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xargo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl Home {
6565
let fs = self.path(triple);
6666

6767
fs.open_rw(".sentinel", &format!("{}'s sysroot", triple))
68-
.chain_err(|| format!("couldn't lock {}'s sysroot as read-only", triple))
68+
.chain_err(|| format!("couldn't lock {}'s sysroot as read-write", triple))
6969
}
7070
}
7171

0 commit comments

Comments
 (0)