Skip to content

Commit

Permalink
Add accessors to Filesystem attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
wayt committed Jul 29, 2024
1 parent 2c4aec5 commit a8eb82a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/shipit/deploy_spec/file_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class FileSystem < DeploySpec
include BundlerDiscovery
include KubernetesDiscovery

attr_reader :app_dir, :env

def initialize(app_dir, env)
@app_dir = Pathname(app_dir)
@env = env
Expand Down

0 comments on commit a8eb82a

Please sign in to comment.