Merge pull request #680 from samalba/fix-s3-sync

stdlib/s3: fixes always flag (fixes #676)
This commit is contained in:
Sam Alba 2021-06-18 13:20:44 +02:00 committed by GitHub
commit cce6a2f620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,8 @@ import (
},
op.#Exec & {
if always != _|_ {
"always": always
if always {
"always": true
}
env: {
TARGET: target