Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cds-snc/notification-document-download-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 95c941b86d8ca4367bfdf8ae4f02e6f0cdc8766b
Choose a base ref
..
head repository: cds-snc/notification-document-download-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d711bfa81a417c66fbacbf732df4c5dfc90608cb
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 .devcontainer/scripts/notify-dev-entrypoint.sh
3 changes: 2 additions & 1 deletion .devcontainer/scripts/notify-dev-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -30,8 +30,9 @@ mkdir ~/.zfunc
touch ~/.zfunc/_poetry
poetry completions zsh > ~/.zfunc/_poetry

poetry install

# Poe the Poet plugin tab completions
touch ~/.zfunc/_poe
poetry run poe _zsh_completion > ~/.zfunc/_poe

poetry install