~singpolyma/sgx-jmp

fe4c9e8842d8d2f1877564685a725bb4816b32bc — Stephen Paul Weber 1 year, 11 months ago 2b7b276
fix config sample syntax
2 files changed, 7 insertions(+), 3 deletions(-)

M .builds/debian-stable.yml
M config.dhall.sample
M .builds/debian-stable.yml => .builds/debian-stable.yml +4 -0
@@ 20,3 20,7 @@ tasks:
- test: |
    cd sgx-jmp
    RANTLY_COUNT=100 bundle exec rake test
- check_config_sample: |
    curl -LO https://github.com/dhall-lang/dhall-haskell/releases/download/1.39.0/dhall-1.39.0-x86_64-linux.tar.bz2
    tar -xf dhall-*.tar.bz2
    bin/dhall --plain < sgx-jmp/config.dhall.sample

M config.dhall.sample => config.dhall.sample +3 -3
@@ 36,10 36,10 @@
			CAD = ""
		}
	},
	xep0157 = {
	xep0157 = [
		{ var = "support-addresses", value = "xmpp:+14169938000@cheogram.com" }
	},
	plans = ./plans.dhall
	],
	plans = ./plans.dhall,
	electrum = ./electrum.dhall,
	oxr_app_id = "",
	activation_amount = 15,