Skip to content

Commit

Permalink
Fixed command to update default project. Issued the commit to develop…
Browse files Browse the repository at this point in the history
…ment without PR.
  • Loading branch information
atteggiani committed Aug 30, 2024
1 parent dcecf4d commit e955824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/set_up_nci_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ echo $PROJECT
To change your default project on _Gadi_, you need to manually change the `PROJECT` field in the `~/.config/gadi-login.conf` file.<br>
Alternatively, you can run the following command **on _Gadi_'s terminal** (by substituting `<new-default-project>` with the project you want to set as default):
```
sed "s/\(PROJECT \)\w*/\1<new-default-project>/" ~/.config/gadi-login.conf
sed -i "s/\(PROJECT \)\w*/\1<new-default-project>/" ~/.config/gadi-login.conf
```

Once this is done, exit from _Gadi_ and log back in.
Expand Down

0 comments on commit e955824

Please sign in to comment.