Skip to content

Commit

Permalink
build: fix dates in demoDummyData script
Browse files Browse the repository at this point in the history
  • Loading branch information
omarkohl committed Jan 7, 2024
1 parent a0cdf00 commit 8f78cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/demoDummyData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ set -o pipefail
./dist/cleoc_linux_amd64_v1/cleoc \
--url https://demo.cleodora.org \
add forecast \
--title "Will Cleodora have 5 or more contributors by the end of 2023?" \
--resolves 2024-01-01T00:00:00+01:00 \
--title "Will Cleodora have 5 or more contributors by the end of 2024?" \
--resolves 2025-01-01T00:00:00+01:00 \
--description "A contributor is any person who makes any change to the" \
"Git repository (which includes cleosrv, cleoc, website etc.)." \
--probability Yes=70 \
Expand Down

0 comments on commit 8f78cd7

Please sign in to comment.