commit 00e7e828661586070cf78a97d343f3a56df15ac8 parent d2846d5a281b7d1b32bdb1c4cb57c81a6bfadd2e Author: Alexander Kojevnikov <alexander@kojevnikov.com> Date: Fri, 22 Oct 2010 10:08:27 +1100 web: Fix the link to the OS X bundle Diffstat:
M | web/index.html | | | 2 | +- |
M | web/upload | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/index.html b/web/index.html @@ -59,7 +59,7 @@ <tr> <td><img src="logo-osx.png" width="48" height="48" alt="Mac OS X"/></td> <td class="dld_link"> - <a href="http://spek.googlecode.com/files/spek-0.5.dmg">spek-0.5.dmg</a> (6.12 MiB) + <a href="http://spek.googlecode.com/files/spek-0.6.dmg">spek-0.6.dmg</a> (6.12 MiB) <br/> <a href="http://code.google.com/p/spek/wiki/OsxInstall">instructions</a> </td> diff --git 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`