diff options
Diffstat (limited to 'shell-scripts/checkout')
| -rw-r--r-- | shell-scripts/checkout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-scripts/checkout b/shell-scripts/checkout index 85c8b3f..91f450a 100644 --- a/shell-scripts/checkout +++ b/shell-scripts/checkout @@ -4,7 +4,7 @@ error () { exit 1 } -eval "$(pass show personal/shell-scripts/secrets)" +eval "$(pass show work/shell-scripts/secrets)" DEST_DIR="" case "${@}" in az|"az "*) |
