Skip to content

Commit

Permalink
Set fail_if_unavailable to false in .src file
Browse files Browse the repository at this point in the history
We changed and documented the change of default
to fail_if_unavailable in #60 but the change was not
done to the .src file.
  • Loading branch information
josevalim authored Aug 6, 2024
1 parent 61cdc9e commit ba31296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws_credentials.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
iso8601
]},
{env,[
{fail_if_unavailable, true}
{fail_if_unavailable, false}
]},
{modules, []},
{authors, ["Mark Allen"]},
Expand Down

0 comments on commit ba31296

Please sign in to comment.