Skip to content

Commit d8cd8df

Browse files
ocaisabedroge
andauthored
Update load_eessi_extend_module.sh
Co-authored-by: Bob Dröge <b.e.droge@rug.nl>
1 parent 270cb8f commit d8cd8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

load_eessi_extend_module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if [ "${install_eessi_extend}" = true ] || [ "${rebuild_eessi_extend}" = true ];
117117

118118
# while always adding --try-amend=keep... may do no harm, we could make
119119
# an attempt to figure out if it is needed, e.g., when we are rebuilding
120-
eb_args="--try-amend=keeppreviousinstall=True "
120+
eb_args=""
121121
if [ "${rebuild_eessi_extend}" = true ]; then
122122
eb_args+="--rebuild"
123123
fi

0 commit comments

Comments
 (0)