From 00e7e828661586070cf78a97d343f3a56df15ac8 Mon Sep 17 00:00:00 2001 From: Alexander Kojevnikov Date: Fri, 22 Oct 2010 10:08:27 +1100 Subject: [PATCH] web: Fix the link to the OS X bundle --- web/index.html | 2 +- web/upload | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/index.html b/web/index.html index 6bf8c71..77647c2 100644 --- a/web/index.html +++ b/web/index.html @@ -59,7 +59,7 @@ Mac OS X - spek-0.5.dmg (6.12 MiB) + spek-0.6.dmg (6.12 MiB)
instructions diff --git a/web/upload b/web/upload index 095cca8..6dec19a 100755 --- a/web/upload +++ b/web/upload @@ -1,3 +1,3 @@ -#!/usr/bin/env bash +#!/bin/sh -/opt/google-appengine/appcfg.py --email=alexander@kojevnikov.com update `dirname $0` +appcfg.py --email=alexander@kojevnikov.com update `dirname $0`