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

View File

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