Merge pull request #680 from samalba/fix-s3-sync
stdlib/s3: fixes always flag (fixes #676)
This commit is contained in:
commit
cce6a2f620
@ -40,8 +40,8 @@ import (
|
||||
},
|
||||
|
||||
op.#Exec & {
|
||||
if always != _|_ {
|
||||
"always": always
|
||||
if always {
|
||||
"always": true
|
||||
}
|
||||
env: {
|
||||
TARGET: target
|
||||
|
Reference in New Issue
Block a user