Skip to content

Commit

Permalink
build: Add missing esac on package_kernel
Browse files Browse the repository at this point in the history
Forgot to end that case matching bit D:
  • Loading branch information
otoayana committed Feb 8, 2024
1 parent 1deaf54 commit 25c33dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ function package_kernel {
/stoney/steps.sh $USER
$elevate chown -R $USER:$USER packaging/
;;
esac
}

build_kernel
Expand Down

0 comments on commit 25c33dd

Please sign in to comment.