Commit e0c33da4 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

remove empty line

parent e0aeae5b
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
#!/bin/bash


# Capture the first parameter as a possible environment
ENVIRONMENT="dev"
if [[ "$1" != -* && -n "$1" ]]; then