diff options
author | Kevin Fenzi <kevin@scrye.com> | 2016-05-28 16:47:16 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2016-05-28 16:47:16 +0000 |
commit | baafbbc7e83b3471a39e10f8233cff81a8938cb4 (patch) | |
tree | 139033f0a8ad2bd3938bda11d13f99e682df93d7 | |
parent | 09a1b3e878859bb45e1a7f0048ea4da60312a45d (diff) | |
download | ansible-baafbbc7e83b3471a39e10f8233cff81a8938cb4.tar.gz ansible-baafbbc7e83b3471a39e10f8233cff81a8938cb4.tar.xz ansible-baafbbc7e83b3471a39e10f8233cff81a8938cb4.zip |
Helps if it has the right path too.
-rwxr-xr-x | files/scripts/update-fullfiletimelist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/scripts/update-fullfiletimelist b/files/scripts/update-fullfiletimelist index 415a78068..14d5ed6bc 100755 --- a/files/scripts/update-fullfiletimelist +++ b/files/scripts/update-fullfiletimelist @@ -21,7 +21,7 @@ CREATE=/usr/local/bin/create-filelist LOCKFILE=.lock.create-filelist # The directory where all of the modules live -TOPD=/srv/mirror/pub +TOPD=/srv/pub # These strings will be eval'ed later with $mod replaced by its value in # context. |