Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Fixing up lein fatrpm, fatdeb and tar task descriptions for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
numbat committed Mar 26, 2015
1 parent dc82a5b commit c28023d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/leiningen/fatdeb.clj
@@ -1,5 +1,5 @@
(ns leiningen.fatdeb
"Build a .deb package from leininen, stolen from riemann"
"Build a .deb package from leiningen, stolen from riemann."
(:refer-clojure :exclude [replace])
(:require [clojure.java.shell :refer [sh]]
[clojure.java.io :refer [file delete-file writer copy]]
Expand Down
2 changes: 1 addition & 1 deletion tasks/leiningen/fatrpm.clj
@@ -1,5 +1,5 @@
(ns leiningen.fatrpm
; build a rpm, based off fatrpm in reimann
"Build a .rpm package from leiningen, stolen from riemann."
(:refer-clojure :exclude [replace])
(:use [clojure.java.shell :only [sh]]
[clojure.java.io :only [file delete-file writer copy]]
Expand Down
1 change: 1 addition & 0 deletions tasks/leiningen/tar.clj
@@ -1,4 +1,5 @@
(ns leiningen.tar
"Create a tarball suitable for rpm packaging, stolen from riemann."
(:use [clojure.java.shell :only [sh with-sh-dir]]
[clojure.java.io :only [file delete-file writer copy]]
[clojure.string :only [join capitalize trim-newline split trim]]
Expand Down

0 comments on commit c28023d

Please sign in to comment.