Skip to content

Commit 77f6a5f

Browse files
authored
Fix path in api-token-row.hbs
Tokens now go in ~/.cargo/credentials, not ~/.cargo/config
1 parent 630e151 commit 77f6a5f

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)