Skip to content

Commit

Permalink
Fix .cargo file to be movable (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
hizani authored Jul 24, 2022
1 parent d363c2b commit ecea68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/cargo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"files": [
{
"path": "$HOME/.cargo",
"movable": false,
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport CARGO_HOME=\"$XDG_DATA_HOME\"/cargo\n```\n"
}
],
"name": "cargo"
}
}

0 comments on commit ecea68b

Please # to comment.