Skip to content

Commit

Permalink
Typo: chared -> shared
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Jan 24, 2024
1 parent 310c51b commit b3da24a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks/00_Setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
" save_method=\"local\", # global or local\n",
" base_dir=\"/path/like/stelmo/nwb/\",\n",
" database_user=\"your username\",\n",
" database_password=\"your password\", # remove this line for chared machines\n",
" database_password=\"your password\", # remove this line for shared machines\n",
" database_host=\"localhost or lmf-db.cin.ucsf.edu\",\n",
" database_port=3306,\n",
" set_password=False,\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/py_scripts/00_Setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
save_method="local", # global or local
base_dir="/path/like/stelmo/nwb/",
database_user="your username",
database_password="your password", # remove this line for chared machines
database_password="your password", # remove this line for shared machines
database_host="localhost or lmf-db.cin.ucsf.edu",
database_port=3306,
set_password=False,
Expand Down

0 comments on commit b3da24a

Please sign in to comment.