diff options
-rw-r--r-- | get_definitions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/get_definitions.sh b/get_definitions.sh index 9671198..0e1b911 100644 --- a/get_definitions.sh +++ b/get_definitions.sh @@ -1,5 +1,5 @@ #!/bin/sh -ls | ../../../../trigger_log git clone sh://git@cu010-trove.codethink.com/baserock/baserock/definitions.git +cd definitions git fetch git checkout cu010-trove/br6/firehose-test-1 |