Skip to content

Commit

Permalink
rename comands dir to actions dir to keep naming consistant
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Jul 5, 2010
1 parent 99272cb commit f48e46d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/ec2boot/config.rb
Expand Up @@ -6,7 +6,7 @@ def initialize
@user_data_url = "http://169.254.169.254/latest/user-data"
@meta_data_url = "http://169.254.169.254/latest/meta-data/"
@cache_dir = "/var/spool/ec2boot"
@actions_dir = "/etc/ec2-boot-init/commands"
@actions_dir = "/etc/ec2-boot-init/actions"
@facts_file = "/etc/facts.txt"

@actions = Actions.new(self)
Expand Down

0 comments on commit f48e46d

Please sign in to comment.