Update switch.sh
This commit is contained in:
parent
c81492a8aa
commit
66ae26f28f
|
|
@ -5,7 +5,7 @@ cd "$(dirname "$0")"
|
||||||
|
|
||||||
#includes
|
#includes
|
||||||
. ./config.sh
|
. ./config.sh
|
||||||
. ./resources/environment.sh
|
. ./environment.sh
|
||||||
|
|
||||||
if [ .$switch_source = .true ]; then
|
if [ .$switch_source = .true ]; then
|
||||||
if [ ."$switch_branch" = "master" ]; then
|
if [ ."$switch_branch" = "master" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue