Skip to content

Commit

Permalink
Remove unneeded curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 30, 2023
1 parent 47eb049 commit fb6b3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-pkgs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for pkg in "${pkgs[@]}"; do
if PKGDEST="$builddir" PKGEXT='.pkg.tar' makepkg -si --noconfirm --nocheck; then
echo "$pkg built successfully"
else
echo "::warning title={$pkg could not be built}::See the build logs for details"
echo "::warning title=$pkg could not be built::See the build logs for details"
fi

# Clean up the src and pkg directories to save space
Expand Down

0 comments on commit fb6b3f3

Please sign in to comment.