mirror of
https://github.com/status-im/spiffworkflow-connector.git
synced 2025-02-22 11:38:17 +00:00
bug fix file path
This commit is contained in:
parent
fff8ae945f
commit
c552a9aed9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user