Skip to content

Commit 3a56bd3

Browse files
committed
fix: linting cleanup
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 608a12e commit 3a56bd3

File tree

5 files changed

+2
-11
lines changed

5 files changed

+2
-11
lines changed

clean-azure-install.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = {extends: ['@commitlint/config-conventional']};
1+
module.exports = { extends: ["@commitlint/config-conventional"] };

get-pull-secrets.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

rhdp/wrapper.sh

100644100755
File mode changed.

scripts/gen-secrets.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
echo "Creating secrets as required"
44
echo

0 commit comments

Comments
 (0)