Skip to content

Commit

Permalink
fix(maven-release): correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed May 23, 2018
1 parent 11d00f6 commit bb6c38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zanata-maven-release
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ if [[ -n $ReleaseNotesFile && $UpdateReleaseNotes -eq 1 ]]; then
## Remove -alpha-???
ReleaseNoteVersion=${ReleaseVersion%%-*}
set +e
run_command zanata-release-notes-prepend -j $ArtifactId $ReleaseNoteVersion
run_command $ScriptDir/zanata-release-notes-prepend -j $ArtifactId $ReleaseNoteVersion
set -e
case $ExitCode in
$EXIT_OK )
Expand Down

0 comments on commit bb6c38c

Please sign in to comment.