Skip to content

Commit

Permalink
Fixed version information in create-release script
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <[email protected]>
  • Loading branch information
nijel committed May 6, 2014
1 parent 1413590 commit e1834ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-release
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "x$1" = "x--help" -o "x$1" = "x-h" ] ; then
fi

# Grab version
version=`python -c 'import weblate; print weblate.VERSION' | sed 's/-dev//'`
version=`DJANGO_SETTINGS_MODULE=weblate.settings_example python -c 'import weblate; print weblate.VERSION' | sed 's/-dev//'`
namever=weblate-$version

# What are we going to build?
Expand Down

0 comments on commit e1834ea

Please sign in to comment.