Skip to content

Commit ad0feb7

Browse files
Merge pull request #128 from bradmwilliams/rebuild-module-fix
Fixing the rebuild-module script
2 parents 8929d2f + 7d167d6 commit ad0feb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/rebuild_module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ANSIBLE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55

66
TEMPLATE_FILE="$ANSIBLE_DIR/roles/openshift_client_python/library/openshift_client_python.template.py"
77

8-
if [[ -v 1 ]]
8+
if [ -n "$1" ]
99
then
1010
echo "Running in container mode"
1111
TEMP_DIR="$1"

ansible/roles/openshift_client_python/library/openshift_client_python.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)