Skip to content

Commit

Permalink
Fixed release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gornostal committed Feb 27, 2019
1 parent f03d1a8 commit 7dda2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-utils/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ aur_update() {
# Push new PKGBUILD to AUR stable channel
docker run \
--rm \
-v $(pwd):/root/ulauncher \
-v $(pwd):/home/kenny/ulauncher \
$ARCH_BUILD_IMAGE \
bash -c "UPDATE_STABLE=1 ./build-utils/aur-update.py $VERSION"
}
Expand Down

0 comments on commit 7dda2fd

Please sign in to comment.