Skip to content

Commit a24cae9

Browse files
committed
misc: create ncs_migration/ in scripts/, add relevant scripts to it
1 parent ae63f45 commit a24cae9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if ! command -v yq &>/dev/null; then
3434
fi
3535

3636
SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
37-
WEST_YML_PATH="${SCRIPT_DIR}/../west.yml"
37+
WEST_YML_PATH="${SCRIPT_DIR}/../../west.yml"
3838

3939
NEW_NCS_REVISION="${1}"
4040

0 commit comments

Comments
 (0)