Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to build and release #15

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
gist_id didnt have variable assignment
  • Loading branch information
dszryan committed Oct 7, 2020
commit a2f674b1b09ec206d43030aa0fd85ea833534682
2 changes: 1 addition & 1 deletion pacmanity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pacmanity_build() {
echo -e "\n- Step 2: Save list of currently installed packages to Gist:"
GIST_URL=$(echo . | gist -p -f $HOSTNAME.pacmanity -d "$HOSTNAME: List of installed packages")
GIST_ID=$(echo "$GIST_URL" | sed "s|https://gist.github.com/||g")
echo $GIST_ID > "$srcdir/gist_id"
echo "GIST_ID=$GIST_ID" > "$srcdir/gist_id"
else
pacmanity_update
fi
Expand Down