Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
urubens committed Apr 23, 2019
1 parent 9293e39 commit 1bb3083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/start.sh.sample
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo "IMS_DEVELOPMENT=$IMS_DEVELOPMENT"
echo ""
echo "* Container versions *"
echo "$NGINX_NAMESPACE/nginx:$NGINX_VERSION"
if [[ $CORE_DEVELOPMENT = false ]]; then echo echo "$CORE_NAMESPACE/core:$CORE_VERSION"; fi
if [[ $CORE_DEVELOPMENT = false ]]; then echo "$CORE_NAMESPACE/core:$CORE_VERSION"; fi
echo "$POSTGIS_NAMESPACE/postgis:$POSTGIS_VERSION"
echo "$MONGODB_NAMESPACE/mongodb:$MONGODB_VERSION"
if [[ $BACKUP_ENABLED = true ]]; then echo "$BACKUP_NAMESPACE/backup:$BACKUP_VERSION"; fi
Expand Down

0 comments on commit 1bb3083

Please sign in to comment.