Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 0121465

Browse files
Merge pull request #1 from ClaudiuCreanga/master
the method is shell_add
2 parents 1dc76c6 + 16771ad commit 0121465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ directory 'server' # Directory into which NFS share will be mounted on your host
6060

6161
You can easily add more provision shell scripts from configuration file (config.rb):
6262
```ruby
63-
add_shell 'some-custom-shell-script.sh'
63+
shell_add 'some-custom-shell-script.sh'
6464

6565
# Will provision only if PHP7 flag is turned on
66-
add_shell 'some-custom-script-for-php7.sh', :php7
66+
shell_add 'some-custom-script-for-php7.sh', :php7
6767
```

0 commit comments

Comments
 (0)