Skip to content

Commit 006615a

Browse files
committed
Fix lint
Signed-off-by: NilashishC <nchakrab@redhat.com>
1 parent 27cf465 commit 006615a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ collection-docs: collection-install
6161
## Run the collection lint check
6262
collection-lint: collection-install
6363
# ansible-lint gets its settings from ansible_platform_collection/.ansible-lint
64-
cd ansible_platform_collection && ansible-lint --profile=production
64+
ansible-lint --profile=production

0 commit comments

Comments
 (0)