Skip to content

Commit

Permalink
Corrected file path
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikdemand committed Jan 21, 2025
1 parent 56c85d7 commit 80879de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ else
git clone [email protected]:KIT-CMS/TauAnalysis-CROWN.git "${SCRIPT_DIR}/analysis_configurations/tau"
elif [[ "$1" == "run3analysis" && ! -d "${SCRIPT_DIR}/analysis_configurations/run3analysis" ]]; then
echo "Cloning analysis run3analysis into ${SCRIPT_DIR}/analysis_configurations/run3analysis"
git clone https://github.com/KIT-CMS/Run3Analysis-CROWN "${SCRIPT_DIR}/analysis_configurations/run3analysis"
git clone https://github.com/KIT-CMS/Run3Analysis-CROWN.git "${SCRIPT_DIR}/analysis_configurations/run3analysis"
elif [[ "$1" == "whtautau" && ! -d "${SCRIPT_DIR}/analysis_configurations/whtautau" ]]; then
echo "Cloning analysis whtautau into ${SCRIPT_DIR}/analysis_configurations/whtautau"
git clone [email protected]:KIT-CMS/WHTauTauAnalysis-CROWN.git "${SCRIPT_DIR}/analysis_configurations/whtautau"
Expand Down

0 comments on commit 80879de

Please sign in to comment.