Skip to content

Commit

Permalink
Fix the s3_wait empty check example (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
akito19 authored Feb 17, 2022
1 parent 83136d6 commit a1d842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digdag-docs/src/operators/s3_wait.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For more information about SSE-C, See the [AWS S3 Documentation](http://docs.aws
timeout: 60s
continue_on_timeout: true
+task2:
if>: ${s3.last_object}
if>: ${!!s3.last_object}
_do:
echo>: "No timeout"
```
Expand Down

0 comments on commit a1d842c

Please sign in to comment.