Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Rex/Commands/Cloud.pm
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ sub get_cloud_regions {

=head2 cloud_volume($action , $data)

This function controlls all aspects of a cloud volume.
This function controls all aspects of a cloud volume.

=cut

Expand Down
2 changes: 1 addition & 1 deletion lib/Rex/Commands/Run.pm
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Die if the command returns with an exit code indicating failure. It can be set g

=item command => $command_to_run

If present, Rex will execute C<$command_to_run>, and treat the first arugment as an identifier for the given C<run()> block (e.g. to be triggered with notify).
If present, Rex will execute C<$command_to_run>, and treat the first argument as an identifier for the given C<run()> block (e.g. to be triggered with notify).

=item creates => $file_to_create

Expand Down