diff options
author | 2023-09-18 23:43:06 -0700 | |
---|---|---|
committer | 2023-09-18 23:43:06 -0700 | |
commit | 8b690aaf0d0ae406883e1db82ea882b1fb238285 (patch) | |
tree | ec67b190d0257b0d850a1c50c44faeea20d39371 | |
parent | 9b7fb8b0f3edbd1fb049a78f24063a1e8389086a (diff) | |
download | bun-8b690aaf0d0ae406883e1db82ea882b1fb238285.tar.gz bun-8b690aaf0d0ae406883e1db82ea882b1fb238285.tar.zst bun-8b690aaf0d0ae406883e1db82ea882b1fb238285.zip |
Update azure-artifacts.md
-rw-r--r-- | docs/guides/install/azure-artifacts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/install/azure-artifacts.md b/docs/guides/install/azure-artifacts.md index 0deb477c4..1e12b9486 100644 --- a/docs/guides/install/azure-artifacts.md +++ b/docs/guides/install/azure-artifacts.md @@ -35,7 +35,7 @@ NPM_CONFIG_REGISTRY=https://pkgs.dev.azure.com/my-azure-artifacts-user/_packagin Make sure to: - Replace `my-azure-artifacts-user` with your Azure Artifacts username, such as `jarred1234` -- Replace `my-azure-artifacts-password` with the non-base64 encoded password for your Azure Artifacts npm registry. If it ends with `==`, it probably is base64 encoded. +- Replace `my-azure-artifacts-password` with the non-base64 encoded password for your Azure Artifacts npm registry ### Don't base64 encode the password |