From e955824f10a419c7e4297cb51fb0d30173819c7d Mon Sep 17 00:00:00 2001 From: Davide Marchegiani Date: Fri, 30 Aug 2024 16:54:56 +1000 Subject: [PATCH] Fixed command to update default project. Issued the commit to development without PR. --- docs/getting_started/set_up_nci_account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/set_up_nci_account.md b/docs/getting_started/set_up_nci_account.md index 56eeb353b..84e8e28ff 100644 --- a/docs/getting_started/set_up_nci_account.md +++ b/docs/getting_started/set_up_nci_account.md @@ -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.
Alternatively, you can run the following command **on _Gadi_'s terminal** (by substituting `` with the project you want to set as default): ``` -sed "s/\(PROJECT \)\w*/\1/" ~/.config/gadi-login.conf +sed -i "s/\(PROJECT \)\w*/\1/" ~/.config/gadi-login.conf ``` Once this is done, exit from _Gadi_ and log back in.