File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function main() {
1010 # @VARIABLE: VERSION
1111 # @DESCRIPTION:
1212 # Version of this script.
13- VERSION=0.2.10
13+ VERSION=0.2.11
1414
1515 # Default base URL for short package names
1616 BASE_URL=${EPM_REPO_BASE:- " https://github.com/e-wrks" }
@@ -528,6 +528,7 @@ FLAGS:
528528 (
529529 edo pushd " ${pkg_dir} " > /dev/null
530530 if [ -d .git ]; then
531+ git update-index --refresh
531532 echo " ${pkg_id} - $( git describe --all --dirty --broken) "
532533 if ${SHOW_REPO} ; then
533534 echo " - From: $(
@@ -560,6 +561,7 @@ FLAGS:
560561 pkg_dir=$( dirname " ${cabal_file} " )
561562 (
562563 edo pushd " ${pkg_dir} " > /dev/null
564+ git update-index --refresh
563565 echo " ${pkg_id} - $( git describe --all --dirty --broken) "
564566 if ${SHOW_REPO} ; then
565567 echo " - From: $(
You can’t perform that action at this time.
0 commit comments