You've already forked go-template-container-webserver
removed comment
This commit is contained in:
@@ -30,7 +30,6 @@ is_file_changed() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if file was changed (content or permissions)
|
|
||||||
for changed_file in ${FILES_CHANGED}; do
|
for changed_file in ${FILES_CHANGED}; do
|
||||||
if [ "${changed_file}" = "${file_to_check}" ]; then
|
if [ "${changed_file}" = "${file_to_check}" ]; then
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user