Skip to content

Commit

Permalink
[docs] fix versionpatch.sh for pages/versions change
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski committed Feb 5, 2019
1 parent 5e820a1 commit 2925faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/versionpatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ for version in $*; do

# patch changes in existing files
pushd pages/versions/$version > /dev/null
git diff -- ../$src_version | patch -p4
git diff -- ../$src_version | patch -p5
popd > /dev/null
done

0 comments on commit 2925faf

Please sign in to comment.