Skip to content

Commit

Permalink
feat: fixed typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilmhdh committed Nov 11, 2024
1 parent 8e76e57 commit def879e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package-deb.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and release Deb Package
name: Build and release packages

on:
workflow_dispatch:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build the debian package
- name: Build the rpm package
run: make pkg-rpm
- name: Copy the pkg from source to local
run: |
Expand Down
2 changes: 1 addition & 1 deletion config/software/infisical-cookbooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
y

name 'infisical-cookbooks'

license 'Apache-2.0'
Expand Down

0 comments on commit def879e

Please sign in to comment.