Skip to content

Commit

Permalink
fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Feb 6, 2019
1 parent da3e7ca commit ea0ad29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppDir/usr/bin/insight-wrapper
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
export PATH=$(pwd)/bin
export PATH=$PATH:$(pwd)/bin
if [ $# -eq 0 ]
then
insight
Expand Down

0 comments on commit ea0ad29

Please sign in to comment.