Skip to content

Commit

Permalink
Merge remote-tracking branch 'trxcllnt/fix/clone-saml-issue' into clo…
Browse files Browse the repository at this point in the history
…ne-all
  • Loading branch information
cwharris committed Aug 22, 2023
2 parents 2d145f8 + 2e24216 commit e0eb4d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/src/utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devcontainer-utils",
"id": "utils",
"version": "23.10.4",
"version": "23.10.5",
"description": "A feature to install RAPIDS devcontainer utility scripts",
"containerEnv": {
"BASH_ENV": "/etc/bash.bash_env"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ________EOF
fi
done
fi
echo "${nameWithOwner:-}";
echo -n "${nameWithOwner:-}";
fi
}

Expand Down

0 comments on commit e0eb4d5

Please sign in to comment.