Skip to content

Commit

Permalink
fix(one link): ONE_ variables not found
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed May 30, 2023
1 parent b52347f commit 2d8819c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions one-cmds/link
Expand Up @@ -52,6 +52,7 @@ if (( $# > 0 )); then
else
# shellcheck source=../bash/load-config.bash
. "$ONE_DIR/bash/load-config.bash"
export ONE_DIR ONE_SUB ONE_CONF ONE_SHARE_DIR

# shellcheck disable=1090
. "$ONE_CONF"
Expand Down

0 comments on commit 2d8819c

Please sign in to comment.