Skip to content

Commit

Permalink
fixed manoto link
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Aug 21, 2015
1 parent 1d903de commit ba2e4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ FIRETWEET_MAIN_DIR ?= ../firetweet/firetweet/src/main/
define package-settings
PACKAGED_SETTINGS="" && \
if [[ ! -z "$$MANOTO" ]]; then \
PACKAGED_SETTINGS="startupurl: https://www.facebook.com/manototv/app_190322544333196"; \
PACKAGED_SETTINGS="startupurl: https://www.facebook.com/manototv/app_128953167177144"; \
fi && \
PACKAGED_SETTINGS=$$(echo $$PACKAGED_SETTINGS | xargs) && echo "Packaged settings: $$PACKAGED_SETTINGS"
endef
Expand Down

0 comments on commit ba2e4d2

Please sign in to comment.