Skip to content

Commit

Permalink
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Jan 25, 2024
1 parent 93fe345 commit 28d4e3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployer/commands/exec/infra_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ def ask_for_dirname_again():
"""
Function that asks the user to provide the name of the source and dest directories using typer prompts.
Returns the name of the source and dest directories as a touple if they were provided by the user
or the None, None touple.
Returns the name of the source and dest directories as a tuple if they were provided by the user
or the None, None tuple.
"""
print_colour("Asking for the dirs again...", "yellow")
continue_with_dir_names_confirmation = typer.confirm(
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jupyterhub:
# images, this is just invisible in the UI and there is no performance overhead
# for these extra bind mounts. An additional positive here is that in case *students*
# end up accidentally hardcoding paths in their notebooks, it will continue to work
# regardless of wether they or on RStudio or JupyterLab (described to us as a serious
# regardless of whether they or on RStudio or JupyterLab (described to us as a serious
# problem by openscapes)
- name: home
mountPath: /home/rstudio
Expand Down

0 comments on commit 28d4e3d

Please sign in to comment.