diff options
| author | Tensibai <tensibai@iabis.net> | 2019-04-24 09:41:14 +0000 |
|---|---|---|
| committer | Tensibai <tensibai@iabis.net> | 2019-04-25 20:11:19 +0000 |
| commit | d1cbc518206f7c29a53f344dd35b2d6880e0faa1 (patch) | |
| tree | c8d17536a1a6b67a40eb809d359b4e48bcb3b0c0 /lib/chef_zero/dist.rb | |
| parent | 5873d906942770a34f0cf0fed05973ec3240a275 (diff) | |
| download | chef-zero-d1cbc518206f7c29a53f344dd35b2d6880e0faa1.tar.gz | |
Initial brand refactoring
Signed-off-by: Tensibai <tensibai@iabis.net>
Diffstat (limited to 'lib/chef_zero/dist.rb')
| -rw-r--r-- | lib/chef_zero/dist.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/chef_zero/dist.rb b/lib/chef_zero/dist.rb new file mode 100644 index 0000000..6ef8aca --- /dev/null +++ b/lib/chef_zero/dist.rb @@ -0,0 +1,9 @@ +module ChefZero + class Dist + # When referencing a product directly + PRODUCT = "Chef Zero".freeze + + # The binary alias + CLIENT = "chef-zero".freeze + end +end |
