Skip to content

Commit

Permalink
[skip ci] at 16:40 of 2018-03-24
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobinson2000 committed Mar 24, 2018
1 parent 0894846 commit 5fabdc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions po
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

#### Common functions
source "po-common"
source "/usr/local/share/po-common"

#### OS dependent features
if [[ "$(uname -s)" == "Linux" ]];
then
source "po-linux"
source "/usr/local/share/po-linux"
else
source "po-mac"
source "/usr/local/share/po-mac"
fi

#### Parse arguments
Expand Down
2 changes: 1 addition & 1 deletion po.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class NewPo < Formula
homepage 'https://po-util.com'
head 'https://github.com/nrobinson2000/homebrew-NewPo', :using => :git
url 'https://github.com/nrobinson2000/po/archive/0.0.1.tar.gz'
sha256 '11d84c65be5cf00943db8c8aea3828966578406356ff90685fcfaef0072c2dce'
sha256 '7e0af06f74270a4d0f7010f7fcde66b44269577b94b79819764e94432ab821c5'

def install
bin.install 'po'
Expand Down

0 comments on commit 5fabdc2

Please sign in to comment.