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 & {
|
op.#Exec & {
|
||||||
if always != _|_ {
|
if always {
|
||||||
"always": always
|
"always": true
|
||||||
}
|
}
|
||||||
env: {
|
env: {
|
||||||
TARGET: target
|
TARGET: target
|
||||||
|
Reference in New Issue
Block a user