bug fix file path

This commit is contained in:
burnettk 2023-02-22 16:27:19 -05:00
parent fff8ae945f
commit c552a9aed9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ echo "PERLSRSTUFF"
if [[ -n "$spiff_subdomain" ]]; then
echo "PERLSRSTUFF: found $spiff_subdomain"
waku_node_host="${spiff_subdomain}.spiffworkflow.org"
file_to_patch="cmd/spiffworkflow/main.go"
file_to_patch="cmd/spiff-workflow/main.go"
if [[ ! -f "$file_to_patch" ]]; then
>&2 echo "ERROR: expected $file_to_patch to exist"
exit 1