Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Update GettingStarted.md
Browse files Browse the repository at this point in the history
Correct typo
  • Loading branch information
jachinte authored Jun 26, 2016
1 parent 20e0372 commit 266b6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ val Host localhost = new Host("localhost", 21, 22, "user", "pass", "Ubuntu-16.04
```
Notice that you can specify hosts using either the constructors in [Host](https://github.com/unicesi/amelia/blob/master/maven/org.amelia.dsl.lib/src/main/java/org/amelia/dsl/lib/descriptors/Host.java) or the helper methods in [Hosts](https://github.com/unicesi/amelia/blob/master/maven/org.amelia.dsl.lib/src/main/java/org/amelia/dsl/lib/util/Hosts.java).

Now, to specify deployment actions you only need to group command declarations as rules. An execution rule has three parts: target, dependencies (other targets), and commands. It's syntax look like this:
Now, to specify deployment actions you only need to group command declarations as rules. An execution rule has three parts: target, dependencies (other targets), and commands. It's syntax looks like this:
```make
target2: target0, target1, ...;
command1
Expand Down

0 comments on commit 266b6cb

Please sign in to comment.