Skip to content

Commit c797fbb

Browse files
Merge #1151
1151: Fix path in api-token-row.hbs r=carols10cents Tokens now go in ~/.cargo/credentials, not ~/.cargo/config
2 parents e441d42 + 77f6a5f commit c797fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/api-token-row.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<div class='row new-token'>
6666
<div>
6767
Please record this token somewhere, you cannot retrieve
68-
its value again. For use on the command line you can save it to <code>~/.cargo/config</code>
68+
its value again. For use on the command line you can save it to <code>~/.cargo/credentials</code>
6969
with:
7070

7171
<pre>cargo login {{ api_token.token }}</pre>

0 commit comments

Comments
 (0)