We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba920f commit bf66dd2Copy full SHA for bf66dd2
Formula/a/atmos.rb
@@ -1,8 +1,8 @@
1
class Atmos < Formula
2
desc "Universal Tool for DevOps and Cloud Automation"
3
homepage "https://github.com/cloudposse/atmos"
4
- url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.157.0.tar.gz"
5
- sha256 "21874be52f37e242532c2a169a0b598d3c9e727d6e58097663d3f553db37c00b"
+ url "https://github.com/cloudposse/atmos/archive/refs/tags/v1.158.0.tar.gz"
+ sha256 "1839572c4958647a41a0bf7203d0843e10020f5833831ba9b1ede7b07e764eb5"
6
license "Apache-2.0"
7
8
bottle do
@@ -48,6 +48,7 @@ def install
48
- "**/*globals*"
49
name_pattern: "{tenant}-{environment}-{stage}"
50
logs:
51
+ file: "/dev/stderr"
52
verbose: false
53
colors: true
54
YAML
0 commit comments