Skip to content

Commit

Permalink
Fixed script that was not removing sed file
Browse files Browse the repository at this point in the history
  • Loading branch information
Falydoor committed Aug 25, 2016
1 parent cfea321 commit 2910e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/insertBuildVersion.sh
Expand Up @@ -19,7 +19,7 @@ find . -name HomeSidebarView.html | xargs $sedi "s/<pom>version<\/pom>/$1/"
find . -name HomeSidebarView.html | xargs $sedi "s/<pom>build<\/pom>/$2/"

if $darwin; then
find . -name TopMenuView.html.sed.del | xargs rm
find . -name FooterView.html.sed.del | xargs rm
find . -name HomeSidebarView.html.sed.del | xargs rm
fi

0 comments on commit 2910e3b

Please sign in to comment.