diff options
author | Nigel Kersten <nigelk@google.com> | 2009-10-27 11:54:08 -0700 |
---|---|---|
committer | Stig Sandbeck Mathisen <ssm@fnord.no> | 2010-01-16 15:40:51 +0100 |
commit | 47a56387d0b2b6a48fcfdd529dcc2966fd88286a (patch) | |
tree | 8cdef1538adb5cfe0a7136efc0e7586b3eb35e2a /ext | |
parent | d230e8582e83f60fb0e354ebc4ec9eabb740f981 (diff) | |
download | puppet-47a56387d0b2b6a48fcfdd529dcc2966fd88286a.tar.gz |
Explicit shebang for ext/puppetlast, update standards-version and debhelper version
Diffstat (limited to 'ext')
-rwxr-xr-x | ext/puppetlast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/puppetlast b/ext/puppetlast index e9496760a..93e08b1e0 100755 --- a/ext/puppetlast +++ b/ext/puppetlast @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby +#!/usr/bin/ruby1.8 # Puppetlast, a script to output the last check-in time of nodes. Also outputs the cached configuration state, if expired or not. # # AJ "Fujin" Christensen <aj@junglist.gen.nz> |