Skip to content

Commit 01bff43

Browse files
committed
fix: remove stray EOF tokens from setup-tasks scripts
1 parent 05b1ea8 commit 01bff43

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/bash/setup-tasks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,3 @@ else
9191
check_dir "$CONTRACTS_DIR" "contracts/"
9292
check_file "$QUICKSTART" "quickstart.md"
9393
fi
94-
EOF

scripts/powershell/setup-tasks.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ if ($Json) {
6868
Test-DirHasFiles -Path $paths.CONTRACTS_DIR -Description 'contracts/' | Out-Null
6969
Test-FileExists -Path $paths.QUICKSTART -Description 'quickstart.md' | Out-Null
7070
}
71-
EOF

0 commit comments

Comments
 (0)