[ARVADOS-WORKBENCH2] updated: 1.4.1-398-g27f1790a
Git user
git at public.arvados.org
Fri Aug 7 21:20:56 UTC 2020
Summary of changes:
src/views-components/current-token-dialog/current-token-dialog.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 27f1790ada926f4c9f8a2bd23909cb1490528b3a (commit)
from 2ee1db29750704c6cd381483c44c98c6cff656e0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 27f1790ada926f4c9f8a2bd23909cb1490528b3a
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Fri Aug 7 23:20:12 2020 +0200
16659: Removed not required semicolon
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/src/views-components/current-token-dialog/current-token-dialog.tsx b/src/views-components/current-token-dialog/current-token-dialog.tsx
index 467fc7c8..57b228f9 100644
--- a/src/views-components/current-token-dialog/current-token-dialog.tsx
+++ b/src/views-components/current-token-dialog/current-token-dialog.tsx
@@ -53,7 +53,7 @@ export class CurrentTokenDialogComponent extends React.Component<CurrentTokenPro
`HISTIGNORE=$HISTIGNORE:'export ARVADOS_API_TOKEN=*'
export ARVADOS_API_TOKEN=${currentToken}
export ARVADOS_API_HOST=${apiHost}
- unset ARVADOS_API_HOST_INSECURE`;
+ unset ARVADOS_API_HOST_INSECURE`
render() {
const { classes, open, closeDialog, ...data } = this.props;
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list