Removing TODO - it was completed earlier

This commit is contained in:
Tyler Akins
2015-06-12 10:20:00 -05:00
parent 2a839f1520
commit 501c09ccd5

View File

@@ -8,8 +8,6 @@
# to systems that need the plaintext (unencrypted) versions, run # to systems that need the plaintext (unencrypted) versions, run
# blackbox_postdeploy.sh to decrypt all the files. # blackbox_postdeploy.sh to decrypt all the files.
# TODO(tlim): Add the unencrypted file to .hgignore
set -e set -e
blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) blackbox_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source "${blackbox_home}/_blackbox_common.sh" source "${blackbox_home}/_blackbox_common.sh"