Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyjian committed Oct 12, 2023
1 parent ca2fc72 commit bcf5748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hokusai/hokusai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ commands:
name: Configure Hokusai
command: |
# sed removes color code from hokusai output
version=$(hokusa version | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g")
version=$(hokusai version | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g")
echo "hokusai version: $version"
major=${version:0:1}
Expand Down

0 comments on commit bcf5748

Please sign in to comment.