Skip to content

Commit

Permalink
[skip ci] at 21:52 of 2018-02-27
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobinson2000 committed Feb 28, 2018
1 parent 82de4ea commit 258ca64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions po
Expand Up @@ -1557,7 +1557,7 @@ then
green_echo "Checking for updates for libraries installed using git..."
echo

for OUTPUT in $LIBRARY*;
for OUTPUT in $(cd "$LIBRARY" && ls);
do
cd "$LIBRARY/$OUTPUT" || exit

Expand All @@ -1576,7 +1576,7 @@ then
echo
blue_echo "Listing installed libraries that are cloneable..."
echo
for OUTPUT in $LIBRARY*;
for OUTPUT in $(cd "$LIBRARY" && ls);
do
cd "$LIBRARY/$OUTPUT" || exit
if [ -d "$LIBRARY/$OUTPUT/.git" ]; # Only if it is a repository
Expand Down
2 changes: 1 addition & 1 deletion po.rb
Expand Up @@ -19,7 +19,7 @@ class Po < Formula
desc "Particle Offline Utility: The Ultimate Local Particle Experience"
homepage 'https://po-util.com'
head 'https://github.com/nrobinson2000/homebrew-po', :using => :git
url 'https://github.com/nrobinson2000/homebrew-po/archive/140.tar.gz'
url 'https://github.com/nrobinson2000/homebrew-po/archive/141.tar.gz'
sha256 'c37bd6c0da0b5bee7d3504941785a9dc43c7de3d2fe7ea630088daa8c56fd81b'

def install
Expand Down

0 comments on commit 258ca64

Please sign in to comment.