Skip to content

Commit

Permalink
Write dummy text (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Dec 13, 2023
1 parent 5e1f1d6 commit 4081f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_help_scripts/deploy_defines
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ add_reviewer_stats_file () {
cp ${ORIGFILE} ${reviewer_stats_target_folder}
else
echo "Create empty reviewer stats file '${reviewer_stats_filename}' in '${reviewer_stats_target_folder}'"
touch ${reviewer_stats_target_folder}/${reviewer_stats_filename}
echo "<i>No review statistics available yet.</i>" > ${reviewer_stats_target_folder}/${reviewer_stats_filename}
fi
done
}
Expand Down

0 comments on commit 4081f79

Please sign in to comment.