Skip to content

Commit 456448c

Browse files
committed
Fix red flags raised
1 parent 521c1fc commit 456448c

File tree

12 files changed

+1
-7
lines changed

12 files changed

+1
-7
lines changed
File renamed without changes.

Diff for: data/events/2025/montreal/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ enddate: # The end date of your event. Leave blank if you don't have a venue re
1616

1717
# Leave CFP dates blank if you don't know yet, or set all three at once.
1818
cfp_date_start: # start accepting talk proposals.
19-
cfp_date_end: 2024-07-01T00:00:00-05:00# close your call for proposals.
19+
cfp_date_end: 2025-07-01T00:00:00-05:00# close your call for proposals.
2020
cfp_date_announce: # inform proposers of status
2121

2222
cfp_link: "https://talks.devopsdays.org/devopsdays-montreal-2025/cfp" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.

Diff for: static/events/2025-montreal/logo-square.jpg

-34.7 KB
Binary file not shown.
568 KB
Loading

Diff for: utilities/add_speakers.sh

-6
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@ read -p "Enter speaker linkedin profile (return for none): " linkedin
6969
[ -z "${linkedin}" ] && linkedin=''
7070
string_replace "SPEAKERLINKEDIN" "${linkedin}" "${speakerfile}"
7171

72-
#linkedin profile
73-
read -p "Enter speaker linkedin profile (return for none): " linkedin
74-
[ -z "${linkedin}" ] && linkedin=''
75-
sedcmd "s,SPEAKERLINKEDIN,$linkedin,g" $speakerfile
76-
77-
7872
# bio
7973
read -p "Enter speaker bio (return for none): " bio
8074
[ -z "${bio}" ] && bio=''

0 commit comments

Comments
 (0)