Skip to content

Commit 301c8c4

Browse files
authored
Merge pull request #296 from v3io/development
get-additional-demos.sh fix text output mistake
2 parents 79f0d0b + 2b270a5 commit 301c8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-additional-demos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ if [ -z "${branch}" ]; then
142142
fi
143143

144144
dest_dir="/v3io/users/${user}"
145+
demos_dir="${dest_dir}/demos"
145146
echo "Updating demos from ${git_url} branch ${branch} to '${demos_dir}'..."
146147

147-
demos_dir="${dest_dir}/demos"
148148
temp_dir=$(mktemp -d /tmp/temp-get-demos.XXXXXXXXXX)
149149
trap "{ rm -rf $temp_dir; }" EXIT
150150
echo "Copying to temporary directory '${temp_dir}'..."

0 commit comments

Comments
 (0)