Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
scripts: relnotes: fix path to limitations.md
Browse files Browse the repository at this point in the history
When we moved the script to a new directory we broke the relpath
link to the limitations.md file. Fix it.

Fixes: #519

Signed-off-by: Graham Whaley <graham.whaley@intel.com>
  • Loading branch information
Graham Whaley committed Sep 11, 2017
1 parent 1fe09bb commit 5de31f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ changes(){
}

limitations(){
grep -P '^###\s|^####\s|See issue' "${script_dir}/limitations.md"
grep -P '^###\s|^####\s|See issue' "${script_dir}/../docs/limitations.md"
}

cat << EOT
Expand Down

0 comments on commit 5de31f0

Please # to comment.