Skip to content
Snippets Groups Projects

Use main instead of master

Merged Whitney Armstrong requested to merge master_main_fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -62,7 +62,7 @@ export JUGGLER_N_EVENTS=${BENCHMARK_N_EVENTS}
if [ "${BEAMLINE}" ] ; then
if [ ! -n "${BEAMLINE_VERSION}" ] ; then
export BEAMLINE_VERSION="master"
export BEAMLINE_VERSION="main"
fi
if [ ! -n "${BEAMLINE_REPOSITORYURL}" ] ; then
Loading