Skip to content

Commit 537c695

Browse files
committed
chore: minor changes
Signed-off-by: ale5000 <15793015+ale5000-git@users.noreply.github.com>
1 parent 351f838 commit 537c695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/common.lib.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,9 +1513,9 @@ init_cmdline()
15131513
alias_scripts "${MAIN_DIR:?}/tools"
15141514
alias_scripts "${MAIN_DIR:?}/utils"
15151515

1516-
if test -f "${MAIN_DIR:?}/includes/custom-aliases.sh"; then
1516+
if test -f "${MAIN_DIR:?}/lib/inc/custom-aliases.inc.sh"; then
15171517
# shellcheck source=/dev/null
1518-
. "${MAIN_DIR:?}/includes/custom-aliases.sh" || _ui_error_local 'Unable to source includes/custom-aliases.sh' "${LINENO-}" "${FUNCNAME-}"
1518+
. "${MAIN_DIR:?}/lib/inc/custom-aliases.inc.sh" || _ui_error_local 'Unable to source lib/inc/custom-aliases.inc.sh' "${LINENO-}" "${FUNCNAME-}"
15191519
fi
15201520

15211521
alias 'build'='build.sh'

0 commit comments

Comments
 (0)