From ab4b7122dd7a540e5fdc78746988b932de973f13 Mon Sep 17 00:00:00 2001 From: Mio Nilsson Date: Thu, 3 Jan 2013 16:07:05 +0000 Subject: [PATCH] Prepare for merge request --- README.md | 2 +- settings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 657294a..c14f19f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ settings Run this command in your terminal - curl -L https://raw.github.com/iceydee/settings/master/settings | bash + curl -L https://raw.github.com/alexefish/settings/master/settings | bash ## About diff --git a/settings b/settings index 53b753b..f62f00f 100755 --- a/settings +++ b/settings @@ -1,6 +1,6 @@ #!/bin/bash -REPO="iceydee/settings" +REPO="alexefish/settings" TMP_FILENAME="_settings.tar.gz" fetch_version()