Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Qmail-Scanner-Diagnostics: from cdptpa-outbound-snat.email.rr.com by f.primenet.com.au (envelope-from <andy@pileus.org>, uid 7791) with qmail-scanner-2.11 
 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1.  
 Clear:RC:0(107.14.166.231):SA:0(0.0/5.0):. 
 Processed in 0.123613 secs); 01 Aug 2016 09:46:51 -0000
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=0.0 required=5.0 tests=SPF_PASS,T_DKIM_INVALID
	autolearn=unavailable autolearn_force=no version=3.4.1
X-Envelope-From: andy@pileus.org
X-Qmail-Scanner-Mime-Attachments: |
X-Qmail-Scanner-Zip-Files: |
Received-SPF: pass (ns1.primenet.com.au: SPF record at a._spf.rr.com designates 107.14.166.231 as permitted sender)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=pileus.org;
	 s=mail; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:
	Subject:To:From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
	Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc
	:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe:
	List-Post:List-Owner:List-Archive;
	bh=+OiXt/zwrCQ+hG36WsbTBKx7bl7E9aVSQ3FDqu7O3y8=; b=g0EWWNJluKjL2jP1pqVuf5JvzL
	LvUi26bwxBm9FrI83XQrwyIePWSUJVhAzcVvT4hexNxR7zq8wv1mZXzofBZ8tdyJKNKJOrk6FnaJC
	UM2Mcs0rzq2ZQgiKIq3pre+QMPGrYGFHfcjz1L0G8QHUqvZzQOZH9vmDXMnHx08Qbv9s=;
Date: Mon, 1 Aug 2016 09:46:43 +0000
From: Andy Spencer <andy@pileus.org>
To: zsh-workers@zsh.org
Subject: [PATCH] _cpupower: Move to correct subfolder
Message-ID: <20160801094643.GA25743@pileus.org>
References: <20160731110516.GA20521@pileus.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20160731110516.GA20521@pileus.org>
User-Agent: Mutt/1.5.24 (2015-08-30)
X-RR-Connecting-IP: 107.14.168.142:25
X-Cloudmark-Score: 0
X-Seq: zsh-workers 38982

---
Oops, looks like I got the wrong folder for this and it should be in
Completion/Linux/Command/_cpupower and not Completion/Linux/_cpupower.

Sorry for the trouble!

 Completion/Linux/{ => Command}/_cpupower | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Completion/Linux/{ => Command}/_cpupower (100%)

diff --git a/Completion/Linux/_cpupower b/Completion/Linux/Command/_cpupower
similarity index 100%
rename from Completion/Linux/_cpupower
rename to Completion/Linux/Command/_cpupower
-- 
2.7.3

