Skip to content

Commit

Permalink
fix catalog pagination support
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Wahl committed Sep 14, 2017
1 parent 0a83b1b commit a8d996c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/catalog
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ else
o)
setoutput $OPTARG ;;
p)
page="$OPTARG" ;;
page="?page=$OPTARG" ;;
F)
# -F opts are concatenated and
# transparently passed to curl
Expand Down

0 comments on commit a8d996c

Please sign in to comment.