Skip to content

Commit

Permalink
Merge pull request #449 from DannyBen/fix/completions-install
Browse files Browse the repository at this point in the history
Fix `bashly completeions --install`
  • Loading branch information
DannyBen authored Nov 17, 2023
2 parents e886ef2 + 2254c96 commit 3351428
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Debug
on:
push:
branches: [debug]

jobs:
test:
runs-on: macos-latest
name: Run something on mac

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Print uname
run: uname -a

- name: Update bash
run: brew install bash

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
2 changes: 2 additions & 0 deletions lib/bashly/commands/completions.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'completely'

module Bashly
module Commands
class Completions < Base
Expand Down

0 comments on commit 3351428

Please sign in to comment.