Skip to content

Commit

Permalink
chore: bump ci, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avindra committed Jan 2, 2025
1 parent 2042224 commit 1642c75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: |
go version
go test -v ./...
Expand Down
2 changes: 1 addition & 1 deletion src/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

// PrintHook emits shell code for Bash, ZSH, sh, BusyBox, etc
func PrintHook() {
// 1) Remove existing "dir" aliases, if any exit
// 1) Remove existing "dir" aliases, if any exist
// 2) Detect and prefer pushd over cd
// 3) Provide "dir" function
// 4) export dir function for Bash users
Expand Down

0 comments on commit 1642c75

Please sign in to comment.