Skip to content

Commit 1269631

Browse files
committed
fix indentation
1 parent afc1e0b commit 1269631

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Additionally, see the workflow below as an example to quickly get started:
3232
name: Uninstall a Homebrew package and all of its dependencies
3333
# The corresponding command for the workflow. Any arguments should be surrounded with two curly braces. E.g `command {{arg}}`.
3434
command: |-
35-
brew tap beeftornado/rmtree
36-
brew rmtree {{package_name}}
35+
brew tap beeftornado/rmtree
36+
brew rmtree {{package_name}}
3737
# Any tags that the workflow should be categorized with.
3838
tags:
3939
- homebrew

0 commit comments

Comments
 (0)